added rita's research

master
rita 6 years ago
parent f4b4a153d1
commit 41708f6cc4

Binary file not shown.

@ -0,0 +1,84 @@
const invocation = new XMLHttpRequest();
const url = 'https://pad.xpub.nl/p/special_issue_8_cnn/export/txt';
function findCategories(data){
// Return categories that this page is part of
// by doing a reversed dictionary lookup
var current_url = window.location.href;
var keys = Object.keys(data)
var categories = [];
for(var i=0; i<keys.length; i++){
var urls = data[keys[i]];
for(var x=0; x<urls.length; x++){
if(urls[x] === current_url){
console.log('MATCH:', keys[i]);
categories.push(keys[i]);
}
}
}
return categories;
}
function CategoryNetworkNavigator(data){
// Pick two categories that this page is part of
// and insert links to other pages of the same category
var data = JSON.parse(data);
// Find categories that this page is part of
var categories = findCategories(data);
// Select a pseudo-randomised category for buttonA
var buttonA = categories[Math.floor(Math.random() * categories.length)];
document.querySelectorAll('#buttonA button')[0].textContent = buttonA;
// Select another category for buttonB
var indexA = categories.indexOf(buttonA);
categories.splice(indexA, 1);
var buttonB = categories[Math.floor(Math.random() * categories.length)];
document.querySelectorAll('#buttonB button')[0].textContent = buttonB;
// Insert a link for each button
// to another page of the same category
var linksA = data[buttonA];
var linksB = data[buttonB];
linksA.splice(window.location.href, 1);
linksB.splice(window.location.href, 1);
document.getElementById("buttonA").href = linksA[Math.floor(Math.random() * linksA.length)];
document.getElementById("buttonB").href = linksB[Math.floor(Math.random() * linksB.length)];
}
function readEtherpadJSON(){
if (invocation){
invocation.open( "GET", url, true );
invocation.onreadystatechange = function() {
console.log('ready!');
if (invocation.readyState === 4 && invocation.status === 200) {
console.log('invocation:', invocation);
CategoryNetworkNavigator(invocation.responseText);
}
};
invocation.send();
}
return invocation;
}
function insertCNN(cnn_template){
document.body.innerHTML = cnn_template + document.body.innerHTML;
readEtherpadJSON();
}
var cnn_template = '<!-- START CNN -->\
<div id="cnn">\
<div class="button_container">\
<a id="buttonA" href="http://b-e-e-t.r-o-o-t.net/pages/please_to_foshan.html"><button class="cnn-button">WHAT IS A NETWORK?</button></a>\
</div>\
<div class="button_container">\
<a id="buttonB" href="http://richfolks.club/"><button class="cnn-button">AUTONOMY AND ITS CONTINGENCIES</button></a>\
</div>\
<a id="sitemap" href="https://issue.xpub.nl/08/"><button class="cnn-button">netmap</button></a>\
</div>\
<link rel="stylesheet" type="text/css" href="./style2.css">\
<!-- END CNN -->'
insertCNN(cnn_template);

@ -0,0 +1,100 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Network We (de)Served</title>
<meta charset="UTF-8">
<meta name="date" content="April 2019">
<meta name="author" content="XPUB">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="img/favicon.png">
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!--Fixed content throughout pages-->
<div class="static">
<header> <a href="index.html">
<h1> ALIVE, FULLY IN MOTION, UNSTABLE, DECAYING, DYING, RESTARTING. </h1>
<h2> HOW TO PUBLISH A NETWORK? </h2>
</a> </header>
<aside>
<p> This website is a node of a <a target="_blank" href="https://issue.xpub.nl/08/"> bigger project. </a></p>
<p> Here I reflect on the ephemeral aspect of networks. All pages listed bellow exist or existed before in the life span of this project. Together we produced texts, images, and research based on the topic of decentralized networks.</p>
<div class="questions">
<p> <a href="./january.html"> Who is we? </a> </p>
<p> <a href="#footer"> What is this?</a> </p>
</div>
</aside>
</div>
<!--Content that scrolls up-->
<div class="move">
<div class="menus">
<div class="menu">
<p> <a href="./index.html"> LIFESPAN </a><a id="grey" href="./documentation.html"> DOCUMENTATION </a><a href="./tools.html"> TOOLS </a> </p>
</div>
</div>
<!--Text-->
<div class="documentation">
<p> On January 2019 we cycled through each others homes to set our personal servers. We were learning about routers, service providers, and trying to grasp the concept of <span>network.</span> In order to have a better understanding of the subject, I started to look for other groups similar to ours. Because networks can morph into different shapes, I focused on small partnerships to find out how they dealt with the <a href="#notes"> accountability, sustainability, and scalability of their projects.<sup>1</sup></a> I started my research and quickly understood that most websites were linking other websites and I was caught in an infinite loop of click click clicks. However, most links were broken and servers were down. I was late, and Id just missed the party.</p>
<p>Keeping a network alive is a challenge well described in Andreas Broeckmanns<a href="#notes"> text about Mag.net.<sup>2</sup></a> Mag.net was a magazine network for independent electronic publishers. Following the idea “Collaboration is Better than Competition”, the network intended to be a support group for independent publications. This culminated in the creation of a common subscription system to increase circulation and boost sales.
The initiative didnt accomplish much success, and in 2005 the Mag.net members acknowledged the end of the collective. Nonetheless, is curious to see how projects that came out of Mag.net, or later through their members, still continue today. Broeckmann confirms that the “short history of Mag.net (...) should however not be read as an obituary, but as a monument to the desire for sharing and working together.”
Maybe the main goal of a network doesnt need to be a material object or a final project but is in the in-betweens that are created unusual connections. Some would call this the paranodal space.</p>
<p>I wasnt worried about our websites going down, but I was thinking about what would be the reminders of our efforts to host and build this network.
Being online all the time is impossible, and may be undesirable. High availability and uptime usually mean more servers, electricity, and pollution. In 2014, a <a href="#notes">collective discussion about feminist servers<sup>3</sup></a> addressed this apparent weakness with normality: “[A feminist server] tries hard not to apologize when she is sometimes not available”.</p>
<p>Cyberfeminism was often brought up during my search. I found networks created by feminist media activists such as the <a href="#notes">Grrrl Zine Network,<sup>4</sup></a> <a href="">FACES<sup>5</sup></a> or the <a href="">Old Boys Network.<sup>6</sup></a>
The Old Boys Network is a network that started in 1997 dedicated to cyberfeminism and they describe themselves as “a real and a virtual coalition”. Indeed most digital networks have actual places for meetings, discussions, exhibitions, etc. In our network (which I now realize is nameless) we were meeting several times per week and that was an important time to discuss the path for our group publication.</p>
<p>Meetings in the physical world, <span>IRL,</span> are a requirement of <a href="#notes">Netless.<sup>7</sup></a> This is a project using the city transportation grid to deliver information, where devices travel concealed in trains, buses, trams, and others. When different devices are close to each other its possible to exchange information.
Netless tries to create a network that dodges internet fees and government surveillance, investing in peer-to-peer connections. However, it stills relies on infrastructures built and maintained by the government, which to me seems like a paradox.
The more we speak about decentralized networks and autonomy, the more I wonder if complete independence is even possible, as infrastructures become vital for the existence of digital networks. I also have to deal with another level of dependency. Because I couldnt host myself, my server borrows space and internet access from Artemis house.</p>
<p>As our network was lodging itself, I started prototyping some tools to freeze moments in time. The tools serve this purpose in an experimental way, without trying to provide one solution to the instability of a network. Between broken links and <span>404-pages,</span> I was facing the vulnerability with my project: collecting the connection points between nodes in our network.</p>
<p>For me, the process of becoming self-hosted was complicated and I wonder how an intricated process can become accessible without the same support I had.
I found beyond interesting the chat protocol we discovered and installed, <span>XMPP</span>. Funny enough, our network would still discuss things on <span>Whatsapp.</span> It was hassle-free, user-friendly with a clean design. Being an alternative in a market where corporations make such profit that gives them unlimited resources, can be discouraging.</p>
<p>In the end, is important to remark how our network exists in the physical world. Not only in the zine version of the website, but in the servers that we built, all the cables and hardware, the work put on the websites, the energy we used, the waste, and all the conversations and new relationships between the members.</p>
<div class="notes" id="notes">
<p><sup>1</sup>Some authors (Ned Rossiter, Geert Lovink and more) believe that networks in order to survive need to have a form of organization similar to business models. Geert Lovink talks about the accountability, sustainability and scalability of networks in “The principle of notworking concepts in critical internet culture”.</p>
<p><sup>2</sup><a href="http://postdigitalprint.org/wp-content/uploads/2014/02/magnet_reader_experiences_in_electronical_cultural_publishing.pdf"> The Mag.net reader Experiences in Electronical Cultural Publishing<br> edited by Miren Eraso, Alessandro Ludovico, Slavo Krekovic </a></p>
<p><sup>3</sup><a href="https://pad.constantvzw.org/p/feministserver"> Feminist Server Discussion at THF, August 2014 (Calafou)<br>pad.constantvzw.org/p/feministserver</a></p>
<p><sup>4</sup><a href="http://www.grrrlzines.net/"> grrrlzines.net </a></p>
<p><sup>5</sup><a href="http://www.faces-l.net/"> faces-l.net </a></p>
<p><sup>6</sup><a href="https://www.obn.org/"> Old Boys Network, The Mode is the Message — the Code is the Collective!<br> obn.org/</a></p>
<p><sup>7</sup><a href="https://k0a1a.net/netless/"> Netless, independent, urban communication platform <br> k0a1a.net/netless/</a></p>
</div>
</div>
<img id="infrastructour" src="./img/infrastructour.jpg">
<img id="router" src="./img/router.jpg">
<div class="documentation_right">
<h3>MORE TO READ</h3>
<p><a target="_blank" href="http://networkcultures.org/_uploads/tod/TOD%238_DEPLETION_DESIGN.pdf">Remix[ing] Re/Appropriations</a></p>
<p><a target="_blank" href="http://p-dpa.net/a-conversation-on-digital-archiving-practices-with-janneke-adema/">A Conversation on Digital Archiving Practices with Janneke Adema</a></p>
<p><a target="_blank" href="http://www.nedrossiter.org/wp-content/uploads/2009/08/Organized_Networks.pdf">Organized Networks: Media Theory, Creative Labour, New Institutions</a></p>
<p><a target="_blank" href="http://postdigitalprint.org/wp-content/uploads/2014/02/magnet_reader_experiences_in_electronical_cultural_publishing.pdf">What Are We Doing Here?</a></p>
<p><a target="_blank" href="http://networkcultures.org/wp-content/uploads/2016/03/LOVINK-the_principles_of_notworking.pdf">The Principle of Notworking: Concepts in Critical Internet Culture</a></p>
<p><a target="_blank" href="https://transmediale.de/content/affective-infrastructures-a-tableau-altar-scene-diorama-or-archipelago">Affective Infrastructures: A Tableau, Altar, Scene, Diorama, or Archipelago</a></p>
</div>
</div>
<footer id="footer">
<p>This is a project produced and published in the Experimental Publishing (XPUB) program of the Piet Zwart Institute. Rotterdam, April 2019</p>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 KiB

@ -0,0 +1,712 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Network We (de)Served</title>
<meta charset="UTF-8">
<meta name="date" content="April 2019">
<meta name="author" content="XPUB">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="img/favicon.png">
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!--Fixed content throughout pages-->
<div class="static">
<header><a href="index.html">
<h1>ALIVE, FULLY IN MOTION, UNSTABLE, DECAYING, DYING, RESTARTING.</h1>
<h2>HOW TO PUBLISH A NETWORK?</h2>
</a></header>
<aside>
<p> This website is a node of a <a target="_blank" href="https://issue.xpub.nl/08/"> bigger project. </a></p>
<p> Here I reflect on the ephemeral aspect of networks. All pages listed bellow exist or existed during the project development. Together we produced texts, images, and research based on the topic of decentralized networks.</p>
<div class="questions">
<p> <a href="./january.html"> Who is we? </a> </p>
<p> <a href=#footer> What is this?</a> </p>
</div>
</aside>
</div>
<!--Content that scrolls up-->
<div class="move">
<div class="menus">
<div class="menu">
<p> <a id="grey" href="./index.html"> LIFESPAN </a><a href="./documentation.html"> DOCUMENTATION </a><a href="./tools.html"> TOOLS </a> </p>
</div>
<div class="menu_2">
<p> <a href="./january.html"> JANUARY </a>
<a href="./march.html"> MARCH</a>
<a id="grey2" href="./index.html"> APRIL </a>
</p>
</div>
</div>
<!--Main page links-->
<div class="lifespan">
<p> <a target="_blank" href="http://31.20.8.54/ring.html"> http://31.20.8.54/ring.html </a> </p>
<p> <a target="_blank" href="http://31.20.8.54:4444"> http://31.20.8.54:4444 </a> </p>
<p> <a target="_blank" href="http://77.172.158.66:4444"> http://77.172.158.66:4444 </a> </p>
<p class="grey"> <a target="_blank" href="http://82.169.88.92:5000"> http://82.169.88.92:5000 </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://amodern.net/article/half-inch-revolution/"> http://amodern.net/article/half-inch-revolution/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/PDF/"> http://b-e-e-t.r-o-o-t.net/PDF/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/"> http://b-e-e-t.r-o-o-t.net/archive/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/contrails/"> http://b-e-e-t.r-o-o-t.net/archive/contrails/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/gps_drawings/"> http://b-e-e-t.r-o-o-t.net/archive/gps_drawings/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/knotboard/"> http://b-e-e-t.r-o-o-t.net/archive/knotboard/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/mandarin_peels/"> http://b-e-e-t.r-o-o-t.net/archive/mandarin_peels/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/network_of_possibilities/"> http://b-e-e-t.r-o-o-t.net/archive/network_of_possibilities/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/networkdrawings/"> http://b-e-e-t.r-o-o-t.net/archive/networkdrawings/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/networktopologies/"> http://b-e-e-t.r-o-o-t.net/archive/networktopologies/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/topology/"> http://b-e-e-t.r-o-o-t.net/archive/topology/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/"> http://b-e-e-t.r-o-o-t.net/pages/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/beetroot_to_ciao.html"> http://b-e-e-t.r-o-o-t.net/pages/beetroot_to_ciao.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/beetroot_to_p_lions_es.html"> http://b-e-e-t.r-o-o-t.net/pages/beetroot_to_p_lions_es.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/beetroot_to_wijnhaven.html"> http://b-e-e-t.r-o-o-t.net/pages/beetroot_to_wijnhaven.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/beyond_the_internet_and_all_control_diagrams.html"> http://b-e-e-t.r-o-o-t.net/pages/beyond_the_internet_and_all_control_diagrams.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/biotopology.html"> http://b-e-e-t.r-o-o-t.net/pages/biotopology.html </a> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/borges.html"> http://b-e-e-t.r-o-o-t.net/pages/borges.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/borges_bookstore.html"> http://b-e-e-t.r-o-o-t.net/pages/borges_bookstore.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/buckminster_fuller_software.html"> http://b-e-e-t.r-o-o-t.net/pages/buckminster_fuller_software.html </a> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/butterfly_specimen.html"> http://b-e-e-t.r-o-o-t.net/pages/butterfly_specimen.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/ciao_to_wijnhaven.html"> http://b-e-e-t.r-o-o-t.net/pages/ciao_to_wijnhaven.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/cybernetic_guerilla_warfare.html"> http://b-e-e-t.r-o-o-t.net/pages/cybernetic_guerilla_warfare.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/fonts/"> http://b-e-e-t.r-o-o-t.net/pages/fonts/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/fonts/Times%20New%20Roman.ttf"> http://b-e-e-t.r-o-o-t.net/pages/fonts/Times%20New%20Roman.ttf </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/gps_drawings/"> http://b-e-e-t.r-o-o-t.net/pages/gps_drawings/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/img/"> http://b-e-e-t.r-o-o-t.net/pages/img/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/img/Unknot.png"> http://b-e-e-t.r-o-o-t.net/pages/img/Unknot.png </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/img/Unknot_640.png"> http://b-e-e-t.r-o-o-t.net/pages/img/Unknot_640.png </a> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/index.html"> http://b-e-e-t.r-o-o-t.net/pages/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/mejias_liberation_technology.html"> http://b-e-e-t.r-o-o-t.net/pages/mejias_liberation_technology.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/mejias_liberation_technology.html"> http://b-e-e-t.r-o-o-t.net/pages/mejias_liberation_technology.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/p_lions_es_to_wijnhaven.html"> http://b-e-e-t.r-o-o-t.net/pages/p_lions_es_to_wijnhaven.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/please_to_foshan.html"> http://b-e-e-t.r-o-o-t.net/pages/please_to_foshan.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/please_to_wijnhaven.html"> http://b-e-e-t.r-o-o-t.net/pages/please_to_wijnhaven.html </a> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/pnin.html"> http://b-e-e-t.r-o-o-t.net/pages/pnin.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/readings_images/"> http://b-e-e-t.r-o-o-t.net/pages/readings_images/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/readings_index.html"> http://b-e-e-t.r-o-o-t.net/pages/readings_index.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/the_psychotopology_of_everyday_life.html"> http://b-e-e-t.r-o-o-t.net/pages/the_psychotopology_of_everyday_life.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/theory_of_the_derive.html"> http://b-e-e-t.r-o-o-t.net/pages/theory_of_the_derive.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/truckstops_on_the_information_superhighway.html"> http://b-e-e-t.r-o-o-t.net/pages/truckstops_on_the_information_superhighway.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/wijnhaven_to_foshan.html"> http://b-e-e-t.r-o-o-t.net/pages/wijnhaven_to_foshan.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/wijnhaven_to_foshan.html"> http://b-e-e-t.r-o-o-t.net/pages/wijnhaven_to_foshan.html </a> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/“http:/www.zachblas.info/works/face-cages/“"> http://b-e-e-t.r-o-o-t.net/pages/“http:/www.zachblas.info/works/face-cages/“ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/ring.html"> http://b-e-e-t.r-o-o-t.net/ring.html </a> </p>
<p> <a target="_blank" href="http://baifund.com/"> http://baifund.com/ </a> </p>
<p class="grey"> <a target="_blank" href="http://baifund.com/borges.html"> http://baifund.com/borges.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://baifund.com/douban.com"> http://baifund.com/douban.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://baifund.com/index.html"> http://baifund.com/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://baifund.com/kongfuzi.com"> http://baifund.com/kongfuzi.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://bit.ly/1oIoEng"> http://bit.ly/1oIoEng </a> </p>
<p> <a target="_blank" href="http://bit.ly/2kQ6Nio"> http://bit.ly/2kQ6Nio </a> </p>
<p> <a target="_blank" href="http://blog.nielsen.com/nielsenwire/online_mobile/social-media-accounts-for-22-percent-of-time-online/."> http://blog.nielsen.com/nielsenwire/online_mobile/social-media-accounts-for-22-percent-of-time-online/. </a> </p>
<p> <a target="_blank" href="http://caniuse.com/audio-api"> http://caniuse.com/audio-api </a> </p>
<p> <a target="_blank" href="http://caniuse.com/stream"> http://caniuse.com/stream </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/SITE/"> http://ciao.urca.tv/SITE/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/SITE/"> http://ciao.urca.tv/SITE/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/SITE2/"> http://ciao.urca.tv/SITE2/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/"> http://ciao.urca.tv/_proj/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/"> http://ciao.urca.tv/_proj/OTHERS/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/nwo/"> http://ciao.urca.tv/_proj/OTHERS/nwo/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/redhouse/"> http://ciao.urca.tv/_proj/OTHERS/redhouse/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/txts/"> http://ciao.urca.tv/_proj/OTHERS/txts/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/txts/science_of_art/"> http://ciao.urca.tv/_proj/OTHERS/txts/science_of_art/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/txts/science_of_art/a_comprehensive_methodology_for_a_visual_phenomenology.html"> http://ciao.urca.tv/_proj/OTHERS/txts/science_of_art/a_comprehensive_methodology_for_a_visual_phenomenology.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/txts/science_of_art/a_human_visual_phenomenology.html"> http://ciao.urca.tv/_proj/OTHERS/txts/science_of_art/a_human_visual_phenomenology.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/txts/science_of_art/method.md"> http://ciao.urca.tv/_proj/OTHERS/txts/science_of_art/method.md </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/"> http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/scientific_avantgarde.html"> http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/scientific_avantgarde.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/txts/xpub_journal/"> http://ciao.urca.tv/_proj/OTHERS/txts/xpub_journal/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/"> http://ciao.urca.tv/_proj/_SI8/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/"> http://ciao.urca.tv/_proj/_SI8/Bots/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/Barbrook_Californian_Ideology.html"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/Barbrook_Californian_Ideology.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/Gramsci_On_Ideology.html"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/Gramsci_On_Ideology.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/Hall_Encoding_Decoding.html"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/Hall_Encoding_Decoding.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/Hebdige_Subculture.html"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/Hebdige_Subculture.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/Marx_Ruling_Ideas.html"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/Marx_Ruling_Ideas.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/McLuhan_Understanding_Media.html"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/McLuhan_Understanding_Media.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/Turner_Interview.html"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/Turner_Interview.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/annotated_reader_sample.html"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/annotated_reader_sample.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/README.txt"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/README.txt </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/live.html"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/live.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pad_version/"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pad_version/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pics/"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pics/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/script/"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/script/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/archive/"> http://ciao.urca.tv/_proj/_SI8/Bots/archive/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/jargon/"> http://ciao.urca.tv/_proj/_SI8/Bots/jargon/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/jargon/jargon.py"> http://ciao.urca.tv/_proj/_SI8/Bots/jargon/jargon.py </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/jargon/jargon.py.save"> http://ciao.urca.tv/_proj/_SI8/Bots/jargon/jargon.py.save </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/jargon/jargonbot.py"> http://ciao.urca.tv/_proj/_SI8/Bots/jargon/jargonbot.py </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/jargon/listenbot.py"> http://ciao.urca.tv/_proj/_SI8/Bots/jargon/listenbot.py </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/abstractions_permutations/"> http://ciao.urca.tv/_proj/_SI8/abstractions_permutations/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/abstractions_permutations/Abstractions_permutations.ai"> http://ciao.urca.tv/_proj/_SI8/abstractions_permutations/Abstractions_permutations.ai </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/"> http://ciao.urca.tv/_proj/_SI8/map/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/icons/"> http://ciao.urca.tv/_proj/_SI8/map/icons/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/leaflet/"> http://ciao.urca.tv/_proj/_SI8/map/leaflet/ </a> </p>
<p class="grey"> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/leaflet/\"http:/leafletjs.com\""> http://ciao.urca.tv/_proj/_SI8/map/leaflet/\"http:/leafletjs.com\" </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/leaflet/\"https:/creativecommons.org/licenses/by-sa/2.0/\""> http://ciao.urca.tv/_proj/_SI8/map/leaflet/\"https:/creativecommons.org/licenses/by-sa/2.0/\" </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/leaflet/\"https:/www.openstreetmap.org/\""> http://ciao.urca.tv/_proj/_SI8/map/leaflet/\"https:/www.openstreetmap.org/\" </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/leaflet/images/"> http://ciao.urca.tv/_proj/_SI8/map/leaflet/images/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/leaflet/leaflet-src.js"> http://ciao.urca.tv/_proj/_SI8/map/leaflet/leaflet-src.js </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/map.html"> http://ciao.urca.tv/_proj/_SI8/map/map.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/mapIP.html"> http://ciao.urca.tv/_proj/_SI8/map/mapIP.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/map_test.html"> http://ciao.urca.tv/_proj/_SI8/map/map_test.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/paranodes/"> http://ciao.urca.tv/_proj/_SI8/paranodes/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_scripts/"> http://ciao.urca.tv/_scripts/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_scripts/dynamicHTML/"> http://ciao.urca.tv/_scripts/dynamicHTML/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_scripts/dynamicHTML/cgi-bin/"> http://ciao.urca.tv/_scripts/dynamicHTML/cgi-bin/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_scripts/hover_div/"> http://ciao.urca.tv/_scripts/hover_div/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_scripts/hover_div/hover_div.html"> http://ciao.urca.tv/_scripts/hover_div/hover_div.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_scripts/liveHTML/"> http://ciao.urca.tv/_scripts/liveHTML/ </a> </p>
<p class="grey"> <a target="_blank" href="http://ciao.urca.tv/docs/reference/"> http://ciao.urca.tv/docs/reference/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/"> http://ciao.urca.tv/dotlinesquare/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/af.html"> http://ciao.urca.tv/dotlinesquare/af.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/afHangar.html"> http://ciao.urca.tv/dotlinesquare/afHangar.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/afOthers.html"> http://ciao.urca.tv/dotlinesquare/afOthers.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/afPrada.html"> http://ciao.urca.tv/dotlinesquare/afPrada.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/afRivoli.html"> http://ciao.urca.tv/dotlinesquare/afRivoli.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/cv/cv.html"> http://ciao.urca.tv/dotlinesquare/cv/cv.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/cv/listExhibit.html"> http://ciao.urca.tv/dotlinesquare/cv/listExhibit.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/dot.html"> http://ciao.urca.tv/dotlinesquare/dot.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/dotArt2.html"> http://ciao.urca.tv/dotlinesquare/dotArt2.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/dotBook.html"> http://ciao.urca.tv/dotlinesquare/dotBook.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/dotVideo.html"> http://ciao.urca.tv/dotlinesquare/dotVideo.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/index.html"> http://ciao.urca.tv/dotlinesquare/index.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/sketch.html"> http://ciao.urca.tv/dotlinesquare/sketch.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/sketch1.html"> http://ciao.urca.tv/dotlinesquare/sketch1.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/sketch2.html"> http://ciao.urca.tv/dotlinesquare/sketch2.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/sketch3.html"> http://ciao.urca.tv/dotlinesquare/sketch3.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/sketch4.html"> http://ciao.urca.tv/dotlinesquare/sketch4.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/sketch5.html"> http://ciao.urca.tv/dotlinesquare/sketch5.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/sketch6.html"> http://ciao.urca.tv/dotlinesquare/sketch6.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/sketch7.html"> http://ciao.urca.tv/dotlinesquare/sketch7.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/sketch8.html"> http://ciao.urca.tv/dotlinesquare/sketch8.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/tractatus/index.html"> http://ciao.urca.tv/dotlinesquare/tractatus/index.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/wia.html"> http://ciao.urca.tv/dotlinesquare/wia.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/dotlinesquare/witt.html"> http://ciao.urca.tv/dotlinesquare/witt.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/miniwebsite/"> http://ciao.urca.tv/miniwebsite/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/miniwebsite/Introduction/"> http://ciao.urca.tv/miniwebsite/Introduction/ </a> </p>
<p class="grey"> <a target="_blank" href="http://ciao.urca.tv/miniwebsite/PDF/"> http://ciao.urca.tv/miniwebsite/PDF/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://ciao.urca.tv/miniwebsite/archive/"> http://ciao.urca.tv/miniwebsite/archive/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/miniwebsite/index2.html"> http://ciao.urca.tv/miniwebsite/index2.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/miniwebsite/p5/"> http://ciao.urca.tv/miniwebsite/p5/ </a> </p>
<p class="grey"> <a target="_blank" href="http://ciao.urca.tv/miniwebsite/p5/libraries/\n\"https:/html.spec.whatwg.org/multipage/canvas.html"> http://ciao.urca.tv/miniwebsite/p5/libraries/\n\"https:/html.spec.whatwg.org/multipage/canvas.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/miniwebsite/p5/libraries/addons/"> http://ciao.urca.tv/miniwebsite/p5/libraries/addons/ </a> </p>
<p class="grey"> <a target="_blank" href="http://ciao.urca.tv/miniwebsite/p5/libraries/addons/*"> http://ciao.urca.tv/miniwebsite/p5/libraries/addons/* </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/miniwebsite/p5/libraries/empty-example/"> http://ciao.urca.tv/miniwebsite/p5/libraries/empty-example/ </a> </p>
<p class="grey"> <a target="_blank" href="http://ciao.urca.tv/miniwebsite/pages/"> http://ciao.urca.tv/miniwebsite/pages/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://ciao.urca.tv/miniwebsite/ring.html"> http://ciao.urca.tv/miniwebsite/ring.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://ciao.urca.tv/reference/"> http://ciao.urca.tv/reference/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/siteold/"> http://ciao.urca.tv/siteold/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/test.html"> http://ciao.urca.tv/test.html </a> </p>
<p class="grey"> <a target="_blank" href="http://comware.us/Content/internetrecollections"> http://comware.us/Content/internetrecollections </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://csce.gov/index.cfm"> http://csce.gov/index.cfm </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://digicult.it/digimag/issue-050/distributed-creativity-models-the-crowdsourcing/"> http://digicult.it/digimag/issue-050/distributed-creativity-models-the-crowdsourcing/ </a> </p>
<p class="grey"> <a target="_blank" href="http://dohanews.co/post/5792813904/facebook-usage-falls-in-gcc-including-in-qatar-saudi"> http://dohanews.co/post/5792813904/facebook-usage-falls-in-gcc-including-in-qatar-saudi </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://edition.cnn.com/2009/TECH/08/19/online.collaborative.art/index.html"> http://edition.cnn.com/2009/TECH/08/19/online.collaborative.art/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://en.wikipedia.org/wiki/Comma-separated_values"> http://en.wikipedia.org/wiki/Comma-separated_values </a> </p>
<p> <a target="_blank" href="http://en.wikipedia.org/wiki/Spectral_centroid"> http://en.wikipedia.org/wiki/Spectral_centroid </a> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/blank/borges.html"> http://finance.sina.com.cn/blank/borges.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/blank/douban.com"> http://finance.sina.com.cn/blank/douban.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/blank/index.html"> http://finance.sina.com.cn/blank/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/blank/kongfuzi.com"> http://finance.sina.com.cn/blank/kongfuzi.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://finance.sina.com.cn/blank/qygc209bertelsmann.shtml"> http://finance.sina.com.cn/blank/qygc209bertelsmann.shtml </a> </p>
<p> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/10441064627.shtml"> http://finance.sina.com.cn/g/20041008/10441064627.shtml </a> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/borges_bookstore.html"> http://finance.sina.com.cn/g/20041008/borges_bookstore.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/index.html"> http://finance.sina.com.cn/g/20041008/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://flavorwire.com/85891/crowdsourced-art-when-the-masses-play-nice"> http://flavorwire.com/85891/crowdsourced-art-when-the-masses-play-nice </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/bertelsmann.html"> http://foshan-1992.pw/~biyi/bertelsmann.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/borges.html"> http://foshan-1992.pw/~biyi/borges.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/borges_bookstore.html"> http://foshan-1992.pw/~biyi/borges_bookstore.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/butterfly_specimen.html"> http://foshan-1992.pw/~biyi/butterfly_specimen.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/classics.html"> http://foshan-1992.pw/~biyi/classics.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/classmates.html"> http://foshan-1992.pw/~biyi/classmates.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/claude_simon.html"> http://foshan-1992.pw/~biyi/claude_simon.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/commodity_apartment.html"> http://foshan-1992.pw/~biyi/commodity_apartment.html </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/dangdang.com"> http://foshan-1992.pw/~biyi/dangdang.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/deng_yaohua.html"> http://foshan-1992.pw/~biyi/deng_yaohua.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/dormitory_building.html"> http://foshan-1992.pw/~biyi/dormitory_building.html </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/douban.com"> http://foshan-1992.pw/~biyi/douban.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/entry"> http://foshan-1992.pw/~biyi/entry </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/female_librarian.html"> http://foshan-1992.pw/~biyi/female_librarian.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/flower_city_press.html"> http://foshan-1992.pw/~biyi/flower_city_press.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/goosebumps.html"> http://foshan-1992.pw/~biyi/goosebumps.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/index.html"> http://foshan-1992.pw/~biyi/index.html </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/kongfuzi.com"> http://foshan-1992.pw/~biyi/kongfuzi.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/kraft.html"> http://foshan-1992.pw/~biyi/kraft.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/ling_yu.html"> http://foshan-1992.pw/~biyi/ling_yu.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/mengmeng.html"> http://foshan-1992.pw/~biyi/mengmeng.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/music_academy.html"> http://foshan-1992.pw/~biyi/music_academy.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/my_aunts_print_shop.html"> http://foshan-1992.pw/~biyi/my_aunts_print_shop.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/nabokovs_butterfly.html"> http://foshan-1992.pw/~biyi/nabokovs_butterfly.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/nanhai_book_center"> http://foshan-1992.pw/~biyi/nanhai_book_center </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/nanhai_book_center.html"> http://foshan-1992.pw/~biyi/nanhai_book_center.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/nanhai_library.html"> http://foshan-1992.pw/~biyi/nanhai_library.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/online_distributors.html"> http://foshan-1992.pw/~biyi/online_distributors.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/parvenu_mansion.html"> http://foshan-1992.pw/~biyi/parvenu_mansion.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/physiotherapy.html"> http://foshan-1992.pw/~biyi/physiotherapy.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/pnin.html"> http://foshan-1992.pw/~biyi/pnin.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/public_library.html"> http://foshan-1992.pw/~biyi/public_library.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/romantic_novels.html"> http://foshan-1992.pw/~biyi/romantic_novels.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/salted_almonds.html"> http://foshan-1992.pw/~biyi/salted_almonds.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/sitemap.html"> http://foshan-1992.pw/~biyi/sitemap.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/union_library.html"> http://foshan-1992.pw/~biyi/union_library.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/wang_zhen.html"> http://foshan-1992.pw/~biyi/wang_zhen.html </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/z.cn"> http://foshan-1992.pw/~biyi/z.cn </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/zhong_father.html"> http://foshan-1992.pw/~biyi/zhong_father.html </a> </p>
<p class="grey"> <a target="_blank" href="http://globalvoicesonline.org/2009/06/27/iranian-officials-crowd-source-protester-identities-online/."> http://globalvoicesonline.org/2009/06/27/iranian-officials-crowd-source-protester-identities-online/. </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://keycode.info/"> http://keycode.info/ </a> </p>
<p> <a target="_blank" href="http://leafletjs.com"> http://leafletjs.com </a> </p>
<p class="grey"> <a target="_blank" href="http://liberationtechnology.stanford.edu/"> http://liberationtechnology.stanford.edu/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://media.io/"> http://media.io/ </a> </p>
<p> <a target="_blank" href="http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/"> http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ </a> </p>
<p> <a target="_blank" href="http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/"> http://news.cnet.com/8301-17938_105-20068404-1/apple-patent-suggests-infrared-sensors-for-iphone/ </a> </p>
<p> <a target="_blank" href="http://news.cnet.com/FBI-taps-cell-phone-mic-as-eavesdropping-tool/2100-1029_3-6140191.html"> http://news.cnet.com/FBI-taps-cell-phone-mic-as-eavesdropping-tool/2100-1029_3-6140191.html </a> </p>
<p class="grey"> <a target="_blank" href="http://newsroom.fb.com/content/default.aspx"> http://newsroom.fb.com/content/default.aspx </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/debug/"> http://nothat.bad.mn/debug/ </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/debug/"> http://nothat.bad.mn/debug/ </a> </p>
<p class="grey"> <a target="_blank" href="http://nothat.bad.mn/debug/borges.html"> http://nothat.bad.mn/debug/borges.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://nothat.bad.mn/debug/borges_bookstore.html"> http://nothat.bad.mn/debug/borges_bookstore.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://nothat.bad.mn/debug/butterfly_specimen.html"> http://nothat.bad.mn/debug/butterfly_specimen.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://nothat.bad.mn/debug/douban.com"> http://nothat.bad.mn/debug/douban.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/debug/index.html"> http://nothat.bad.mn/debug/index.html </a> </p>
<p class="grey"> <a target="_blank" href="http://nothat.bad.mn/debug/kongfuzi.com"> http://nothat.bad.mn/debug/kongfuzi.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://nothat.bad.mn/debug/pnin.html"> http://nothat.bad.mn/debug/pnin.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://opennet.net/west-censoring-east-the-use-western-technologies-middle-east-censors-2010-2011"> http://opennet.net/west-censoring-east-the-use-western-technologies-middle-east-censors-2010-2011 </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_2/"> http://p.lions.es/GN_2/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_2/hyperlink%20text.html"> http://p.lions.es/GN_2/hyperlink%20text.html </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_2/img/"> http://p.lions.es/GN_2/img/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_2/img/COMMUNITY/"> http://p.lions.es/GN_2/img/COMMUNITY/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_2/img/GIF/"> http://p.lions.es/GN_2/img/GIF/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_2/img/LINK/"> http://p.lions.es/GN_2/img/LINK/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_2/img/NETWORK/"> http://p.lions.es/GN_2/img/NETWORK/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_2/img/NTERNET/"> http://p.lions.es/GN_2/img/NTERNET/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_2/img/USER/"> http://p.lions.es/GN_2/img/USER/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_2/img/place-notif.png"> http://p.lions.es/GN_2/img/place-notif.png </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_3/"> http://p.lions.es/GN_3/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_3/gn_3.html"> http://p.lions.es/GN_3/gn_3.html </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_3/img/"> http://p.lions.es/GN_3/img/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_3/img/COMMUNITY/"> http://p.lions.es/GN_3/img/COMMUNITY/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_3/img/GIF/"> http://p.lions.es/GN_3/img/GIF/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_3/img/LINK/"> http://p.lions.es/GN_3/img/LINK/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_3/img/NETWORK/"> http://p.lions.es/GN_3/img/NETWORK/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_3/img/NTERNET/"> http://p.lions.es/GN_3/img/NTERNET/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_3/img/USER/"> http://p.lions.es/GN_3/img/USER/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GN_3/img/place-notif.png"> http://p.lions.es/GN_3/img/place-notif.png </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GraphicNetworks/"> http://p.lions.es/GraphicNetworks/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GraphicNetworks/GN.html"> http://p.lions.es/GraphicNetworks/GN.html </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GraphicNetworks/GN.html"> http://p.lions.es/GraphicNetworks/GN.html </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GraphicNetworks/GN_2/"> http://p.lions.es/GraphicNetworks/GN_2/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GraphicNetworks/GN_2/img/"> http://p.lions.es/GraphicNetworks/GN_2/img/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GraphicNetworks/GN_2/img/place-notif.png"> http://p.lions.es/GraphicNetworks/GN_2/img/place-notif.png </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GraphicNetworks/GN_2/list.html"> http://p.lions.es/GraphicNetworks/GN_2/list.html </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GraphicNetworks/exp1.html"> http://p.lions.es/GraphicNetworks/exp1.html </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GraphicNetworks/img/"> http://p.lions.es/GraphicNetworks/img/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GraphicNetworks/img/place-notif.png"> http://p.lions.es/GraphicNetworks/img/place-notif.png </a> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/index.html"> http://p.lions.es/GraphicNetworks/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/kraft.html"> http://p.lions.es/GraphicNetworks/kraft.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/parvenu_mansion.html"> http://p.lions.es/GraphicNetworks/parvenu_mansion.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/salted_almonds.html"> http://p.lions.es/GraphicNetworks/salted_almonds.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://p.lions.es/INFRASTRUCTOUR/"> http://p.lions.es/INFRASTRUCTOUR/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/annotated-reader/"> http://p.lions.es/annotated-reader/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/annotated-reader/annotated-reader.html"> http://p.lions.es/annotated-reader/annotated-reader.html </a> </p>
<p> <a target="_blank" href="http://p.lions.es/annotated-reader/output/"> http://p.lions.es/annotated-reader/output/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/annotated-reader/text/"> http://p.lions.es/annotated-reader/text/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/bubblegum-postcard-master/"> http://p.lions.es/bubblegum-postcard-master/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/canvas/"> http://p.lions.es/canvas/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/oldindex.html"> http://p.lions.es/oldindex.html </a> </p>
<p> <a target="_blank" href="http://p.lions.es/ring.html"> http://p.lions.es/ring.html </a> </p>
<p> <a target="_blank" href="http://p5js.org/download"> http://p5js.org/download </a> </p>
<p> <a target="_blank" href="http://p5js.org/libraries/"> http://p5js.org/libraries/ </a> </p>
<p> <a target="_blank" href="http://p5js.org/reference/"> http://p5js.org/reference/ </a> </p>
<p> <a target="_blank" href="http://pewinternet.org/Reports/2010/Mobile-Access-2010.aspx."> http://pewinternet.org/Reports/2010/Mobile-Access-2010.aspx. </a> </p>
<p> <a target="_blank" href="http://pixl8.xyz/"> http://pixl8.xyz/ </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Evolution_Social_Media/"> http://please.undo.undo.it/Evolution_Social_Media/ </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Evolution_Social_Media/1978_BBS.png"> http://please.undo.undo.it/Evolution_Social_Media/1978_BBS.png </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/"> http://please.undo.undo.it/Writing/ </a> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Writing/SocialNetAnnotated.html"> http://please.undo.undo.it/Writing/SocialNetAnnotated.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/TurnPage.wav"> http://please.undo.undo.it/Writing/TurnPage.wav </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/chapter1.html"> http://please.undo.undo.it/Writing/chapter1.html </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/chapter2.html"> http://please.undo.undo.it/Writing/chapter2.html </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/chapter3-4.html"> http://please.undo.undo.it/Writing/chapter3-4.html </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/chapter3.html"> http://please.undo.undo.it/Writing/chapter3.html </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/chapter4.html"> http://please.undo.undo.it/Writing/chapter4.html </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/chapter5.html"> http://please.undo.undo.it/Writing/chapter5.html </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/chapter6.html"> http://please.undo.undo.it/Writing/chapter6.html </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/chapter7.html"> http://please.undo.undo.it/Writing/chapter7.html </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/chapter8.html"> http://please.undo.undo.it/Writing/chapter8.html </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/chapter9.html"> http://please.undo.undo.it/Writing/chapter9.html </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/fonts/"> http://please.undo.undo.it/Writing/fonts/ </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/fonts/BreeSerif-Regular.otf"> http://please.undo.undo.it/Writing/fonts/BreeSerif-Regular.otf </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/fonts/Georgia%20Regular%20font.ttf"> http://please.undo.undo.it/Writing/fonts/Georgia%20Regular%20font.ttf </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/help.png"> http://please.undo.undo.it/Writing/help.png </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/images/"> http://please.undo.undo.it/Writing/images/ </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/intro.html"> http://please.undo.undo.it/Writing/intro.html </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/intro1.html"> http://please.undo.undo.it/Writing/intro1.html </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/intro2.html"> http://please.undo.undo.it/Writing/intro2.html </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Writing/pdfs/"> http://please.undo.undo.it/Writing/pdfs/ </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/readings/"> http://please.undo.undo.it/readings/ </a> </p>
<p> <a target="_blank" href="http://pzwiki.wdka.nl/mediadesign/Main_Page"> http://pzwiki.wdka.nl/mediadesign/Main_Page </a> </p>
<p class="grey"> <a target="_blank" href="http://seattletimes.nwsource.com/html/localnews/2015343735_vancouversocial17m.html."> http://seattletimes.nwsource.com/html/localnews/2015343735_vancouversocial17m.html. </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://stackoverflow.com/questions/34197653/getusermedia-in-chrome-47-without-using-https"> http://stackoverflow.com/questions/34197653/getusermedia-in-chrome-47-without-using-https </a> </p>
<p> <a target="_blank" href="http://stcsn.ieee.net/e-letter/vol-1-no-3/social-multimedia-crawling-and-search"> http://stcsn.ieee.net/e-letter/vol-1-no-3/social-multimedia-crawling-and-search </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/"> http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/README.md"> http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/README.md </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/annotated-reader.html"> http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/annotated-reader.html </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/annotated-reader.html"> http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/annotated-reader.html </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/annotated-reader.html"> http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/annotated-reader.html </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/annotated-reader.py"> http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/annotated-reader.py </a> </p>
<p class="grey"> <a target="_blank" href="http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/borges_bookstore.html"> http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/borges_bookstore.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/index.html"> http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/output/"> http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/output/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/"> http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/annotated-reader.html"> http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/annotated-reader.html </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/output/"> http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/output/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/"> http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/annotated-reader.html"> http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/annotated-reader.html </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/annotated-reader.py"> http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/annotated-reader.py </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/output/"> http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/output/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/DEPENDENCY-OF-NETWORK/"> http://sweetandsour.chickenkiller.com/DEPENDENCY-OF-NETWORK/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/DEPENDENCY-OF-NETWORK/dependency-of-network.html"> http://sweetandsour.chickenkiller.com/DEPENDENCY-OF-NETWORK/dependency-of-network.html </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/DEPENDENCY-OF-NETWORK/output/"> http://sweetandsour.chickenkiller.com/DEPENDENCY-OF-NETWORK/output/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/annotation-bot/"> http://sweetandsour.chickenkiller.com/annotation-bot/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/"> http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/test.html"> http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/test.html </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/ring.html"> http://sweetandsour.chickenkiller.com/ring.html </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/test/"> http://sweetandsour.chickenkiller.com/test/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/test/annotated-reader.html"> http://sweetandsour.chickenkiller.com/test/annotated-reader.html </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/test/output/"> http://sweetandsour.chickenkiller.com/test/output/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/traceroute/"> http://sweetandsour.chickenkiller.com/traceroute/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/traceroute/traceroute-of-network/"> http://sweetandsour.chickenkiller.com/traceroute/traceroute-of-network/ </a> </p>
<p> <a target="_blank" href="http://tools.ietf.org/html/rfc4180"> http://tools.ietf.org/html/rfc4180 </a> </p>
<p> <a target="_blank" href="http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/"> http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/ </a> </p>
<p class="grey"> <a target="_blank" href="http://ulisesmejias.com"> http://ulisesmejias.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://w3c.github.io/mediacapture-main/getusermedia.html"> http://w3c.github.io/mediacapture-main/getusermedia.html </a> </p>
<p> <a target="_blank" href="http://www.aaronkoblin.com"> http://www.aaronkoblin.com </a> </p>
<p> <a target="_blank" href="http://www.airtightinteractive.com/2013/10/making-audio-reactive-visuals/"> http://www.airtightinteractive.com/2013/10/making-audio-reactive-visuals/ </a> </p>
<p class="grey"> <a target="_blank" href="http://www.artnews.com/2014/09/02/artists-and-crowdsourcing/"> http://www.artnews.com/2014/09/02/artists-and-crowdsourcing/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.attitudineforma.it/"> http://www.attitudineforma.it/ </a> </p>
<p class="grey"> <a target="_blank" href="http://www.attitudineforma.it/index.html"> http://www.attitudineforma.it/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.bopsecrets.org/SI/Chtcheglov.htm"> http://www.bopsecrets.org/SI/Chtcheglov.htm </a> </p>
<p> <a target="_blank" href="http://www.bopsecrets.org/cat.htm"> http://www.bopsecrets.org/cat.htm </a> </p>
<p> <a target="_blank" href="http://www.collezionelagaia.it/"> http://www.collezionelagaia.it/ </a> </p>
<p> <a target="_blank" href="http://www.collezionemaramotti.org/en"> http://www.collezionemaramotti.org/en </a> </p>
<p> <a target="_blank" href="http://www.collezionemaramotti.org/en/exhibition-detail/-/emma-hart---mamma-mia-collezione/251234"> http://www.collezionemaramotti.org/en/exhibition-detail/-/emma-hart---mamma-mia-collezione/251234 </a> </p>
<p> <a target="_blank" href="http://www.collezionemaramotti.org/en/exhibition-detail/-/geometria-figurativa/224478"> http://www.collezionemaramotti.org/en/exhibition-detail/-/geometria-figurativa/224478 </a> </p>
<p class="grey"> <a target="_blank" href="http://www.courthousenews.com/2011/06/10/37266.htm"> http://www.courthousenews.com/2011/06/10/37266.htm </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://www.dotlinesquare.it"> http://www.dotlinesquare.it </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://www.dotlinesquare.it/dot.html"> http://www.dotlinesquare.it/dot.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://www.dotlinesquare.it/tractatus/index.html"> http://www.dotlinesquare.it/tractatus/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.e-flux.com/journal/74/59816/contra-internet/"> http://www.e-flux.com/journal/74/59816/contra-internet/ </a> </p>
<p> <a target="_blank" href="http://www.fondazioneprada.org/"> http://www.fondazioneprada.org/ </a> </p>
<p> <a target="_blank" href="http://www.fondazioneprada.org/project/atlas-i/"> http://www.fondazioneprada.org/project/atlas-i/ </a> </p>
<p> <a target="_blank" href="http://www.fondazioneprada.org/project/atlas/"> http://www.fondazioneprada.org/project/atlas/ </a> </p>
<p class="grey"> <a target="_blank" href="http://www.fondazioneprada.org/project/atlas/index.html"> http://www.fondazioneprada.org/project/atlas/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.fondazioneprada.org/project/driftwood-or-how-we-surfaced-through-currents/"> http://www.fondazioneprada.org/project/driftwood-or-how-we-surfaced-through-currents/ </a> </p>
<p> <a target="_blank" href="http://www.fondazioneprada.org/project/eu-satoshi-fujiwara/"> http://www.fondazioneprada.org/project/eu-satoshi-fujiwara/ </a> </p>
<p> <a target="_blank" href="http://www.fondazioneprada.org/project/famous-artists-from-chicago-1965-1975/"> http://www.fondazioneprada.org/project/famous-artists-from-chicago-1965-1975/ </a> </p>
<p> <a target="_blank" href="http://www.fondazioneprada.org/project/give-me-yesterday/"> http://www.fondazioneprada.org/project/give-me-yesterday/ </a> </p>
<p> <a target="_blank" href="http://www.fondazioneprada.org/project/h-c-westermann/"> http://www.fondazioneprada.org/project/h-c-westermann/ </a> </p>
<p> <a target="_blank" href="http://www.fondazioneprada.org/project/leon-golub/"> http://www.fondazioneprada.org/project/leon-golub/ </a> </p>
<p> <a target="_blank" href="http://www.fondazioneprada.org/project/post-zang-tumb-tuuum-art-life-politics-italia-1918-1943/"> http://www.fondazioneprada.org/project/post-zang-tumb-tuuum-art-life-politics-italia-1918-1943/ </a> </p>
<p class="grey"> <a target="_blank" href="http://www.fondazioneprada.org/project/post-zang-tumb-tuuum-art-life-politics-italia-1918-1943/index.html"> http://www.fondazioneprada.org/project/post-zang-tumb-tuuum-art-life-politics-italia-1918-1943/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.fondazioneprada.org/project/tv-70-francesco-vezzoli-guarda-la-rai/"> http://www.fondazioneprada.org/project/tv-70-francesco-vezzoli-guarda-la-rai/ </a> </p>
<p> <a target="_blank" href="http://www.fondazioneprada.org/project/william-n-copley/"> http://www.fondazioneprada.org/project/william-n-copley/ </a> </p>
<p class="grey"> <a target="_blank" href="http://www.guardian.co.uk/commentisfree/2011/apr/21/syria-twitter-spambots-pro-revolution."> http://www.guardian.co.uk/commentisfree/2011/apr/21/syria-twitter-spambots-pro-revolution. </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.guardian.co.uk/technology/2011/apr/29/facebook-accused-removing-activists-pages"> http://www.guardian.co.uk/technology/2011/apr/29/facebook-accused-removing-activists-pages </a> </p>
<p class="grey"> <a target="_blank" href="http://www.guardian.co.uk/technology/2011/mar/17/us-spy-operation-social-networks."> http://www.guardian.co.uk/technology/2011/mar/17/us-spy-operation-social-networks. </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://www.guardian.co.uk/world/2011/jun/03/vodafone-egypt-advert-claims-revolution."> http://www.guardian.co.uk/world/2011/jun/03/vodafone-egypt-advert-claims-revolution. </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.hangarbicocca.org/en/"> http://www.hangarbicocca.org/en/ </a> </p>
<p> <a target="_blank" href="http://www.hangarbicocca.org/en/exhibition/laure-prouvost/"> http://www.hangarbicocca.org/en/exhibition/laure-prouvost/ </a> </p>
<p> <a target="_blank" href="http://www.hangarbicocca.org/en/exhibition/lucio-fontana-environments/"> http://www.hangarbicocca.org/en/exhibition/lucio-fontana-environments/ </a> </p>
<p> <a target="_blank" href="http://www.hangarbicocca.org/en/exhibition/matt-mullican/"> http://www.hangarbicocca.org/en/exhibition/matt-mullican/ </a> </p>
<p class="grey"> <a target="_blank" href="http://www.hangarbicocca.org/en/exhibition/matt-mullican/index.html"> http://www.hangarbicocca.org/en/exhibition/matt-mullican/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.hangarbicocca.org/en/exhibition/miroslaw-balka/"> http://www.hangarbicocca.org/en/exhibition/miroslaw-balka/ </a> </p>
<p> <a target="_blank" href="http://www.hangarbicocca.org/en/exhibition/rosa-barba/"> http://www.hangarbicocca.org/en/exhibition/rosa-barba/ </a> </p>
<p> <a target="_blank" href="http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/."> http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/. </a> </p>
<p> <a target="_blank" href="http://www.lizhi.fm"> http://www.lizhi.fm </a> </p>
<p class="grey"> <a target="_blank" href="http://www.lizhi.fm/borges_bookstore.html"> http://www.lizhi.fm/borges_bookstore.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://www.lizhi.fm/index.html"> http://www.lizhi.fm/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.museoarcheologicomilano.it"> http://www.museoarcheologicomilano.it </a> </p>
<p> <a target="_blank" href="http://www.museoarcheologicomilano.it/wps/portal/luogo/museoarcheologico/eventi/mostretemporanee/Milano_in_egitto"> http://www.museoarcheologicomilano.it/wps/portal/luogo/museoarcheologico/eventi/mostretemporanee/Milano_in_egitto </a> </p>
<p> <a target="_blank" href="http://www.nytimes.com/2011/06/12/world/12internet.html"> http://www.nytimes.com/2011/06/12/world/12internet.html </a> </p>
<p class="grey"> <a target="_blank" href="http://www.pinacoteca-agnelli.it/visit/12565/paranormal-tony-oursler-vs-gustavo-rol-3/"> http://www.pinacoteca-agnelli.it/visit/12565/paranormal-tony-oursler-vs-gustavo-rol-3/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://www.pinacoteca-agnelli.it/visit/en/"> http://www.pinacoteca-agnelli.it/visit/en/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.pzwart.nl/"> http://www.pzwart.nl/ </a> </p>
<p> <a target="_blank" href="http://www.pzwart.nl/experimental-publishing/"> http://www.pzwart.nl/experimental-publishing/ </a> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/156317757_165679"> http://www.sohu.com/a/156317757_165679 </a> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/borges.html"> http://www.sohu.com/a/borges.html </a> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/borges_bookstore.html"> http://www.sohu.com/a/borges_bookstore.html </a> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/butterfly_specimen.html"> http://www.sohu.com/a/butterfly_specimen.html </a> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/index.html"> http://www.sohu.com/a/index.html </a> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/kraft.html"> http://www.sohu.com/a/kraft.html </a> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/nanhai_book_center"> http://www.sohu.com/a/nanhai_book_center </a> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/nanhai_book_center.html"> http://www.sohu.com/a/nanhai_book_center.html </a> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/parvenu_mansion.html"> http://www.sohu.com/a/parvenu_mansion.html </a> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/pnin.html"> http://www.sohu.com/a/pnin.html </a> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/salted_almonds.html"> http://www.sohu.com/a/salted_almonds.html </a> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/wang_zhen.html"> http://www.sohu.com/a/wang_zhen.html </a> </p>
<p class="grey"> <a target="_blank" href="http://www.triple-c.at/index.php/tripleC/article/viewArticle/238"> http://www.triple-c.at/index.php/tripleC/article/viewArticle/238 </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.w3.org/TR/webaudio/"> http://www.w3.org/TR/webaudio/ </a> </p>
<p> <a target="_blank" href="http://www.youtube.com/watch"> http://www.youtube.com/watch </a> </p>
<p> <a target="_blank" href="http://www.zachblas.info/works/contra-internet/"> http://www.zachblas.info/works/contra-internet/ </a> </p>
<p> <a target="_blank" href="https://abdl.link/@pedrosaclout"> https://abdl.link/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://abdl.link/about/more"> https://abdl.link/about/more </a> </p>
<p> <a target="_blank" href="https://abdl.link/web/statuses/101767878557811327"> https://abdl.link/web/statuses/101767878557811327 </a> </p>
<p class="grey"> <a target="_blank" href="https://academic.oup.com/jcmc/article/10/4/JCMC10415/4614490"> https://academic.oup.com/jcmc/article/10/4/JCMC10415/4614490 </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://academic.oup.com/jcmc/article/10/4/JCMC1046/4614462"> https://academic.oup.com/jcmc/article/10/4/JCMC1046/4614462 </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://afu.social/web/statuses/101772598606483808"> https://afu.social/web/statuses/101772598606483808 </a> </p>
<p> <a target="_blank" href="https://archive.org/"> https://archive.org/ </a> </p>
<p class="grey"> <a target="_blank" href="https://archive.org/borges.html"> https://archive.org/borges.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://archive.org/borges_bookstore.html"> https://archive.org/borges_bookstore.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://archive.org/butterfly_specimen.html"> https://archive.org/butterfly_specimen.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://archive.org/douban.com"> https://archive.org/douban.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://archive.org/index.html"> https://archive.org/index.html </a> </p>
<p class="grey"> <a target="_blank" href="https://archive.org/kongfuzi.com"> https://archive.org/kongfuzi.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://archive.org/pnin.html"> https://archive.org/pnin.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/The-Garden-of-Forking-Paths-Jorge-Luis-Borges-1941_djvu.txt"> https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/The-Garden-of-Forking-Paths-Jorge-Luis-Borges-1941_djvu.txt </a> </p>
<p> <a target="_blank" href="https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/borges.html"> https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/borges.html </a> </p>
<p> <a target="_blank" href="https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/borges_bookstore.html"> https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/borges_bookstore.html </a> </p>
<p> <a target="_blank" href="https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/butterfly_specimen.html"> https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/butterfly_specimen.html </a> </p>
<p> <a target="_blank" href="https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/douban.com"> https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/douban.com </a> </p>
<p> <a target="_blank" href="https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/index.html"> https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/index.html </a> </p>
<p> <a target="_blank" href="https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/kongfuzi.com"> https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/kongfuzi.com </a> </p>
<p> <a target="_blank" href="https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/pnin.html"> https://archive.org/stream/TheGardenOfForkingPathsJorgeLuisBorges1941/pnin.html </a> </p>
<p> <a target="_blank" href="https://botsin.space/web/statuses/101772549943586617"> https://botsin.space/web/statuses/101772549943586617 </a> </p>
<p> <a target="_blank" href="https://bsd.network/@pedrosaclout"> https://bsd.network/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://bsd.network/terms"> https://bsd.network/terms </a> </p>
<p> <a target="_blank" href="https://bsd.network/web/statuses/101772553091703710"> https://bsd.network/web/statuses/101772553091703710 </a> </p>
<p> <a target="_blank" href="https://cacm.acm.org/magazines/2011/4/106563-crowdsourcing-systems-on-the-world-wide-web/fulltext"> https://cacm.acm.org/magazines/2011/4/106563-crowdsourcing-systems-on-the-world-wide-web/fulltext </a> </p>
<p> <a target="_blank" href="https://cordis.europa.eu/programme/rcn/666332/en"> https://cordis.europa.eu/programme/rcn/666332/en </a> </p>
<p> <a target="_blank" href="https://cordis.europa.eu/project/rcn/194841/factsheet/en"> https://cordis.europa.eu/project/rcn/194841/factsheet/en </a> </p>
<p> <a target="_blank" href="https://creativecommons.org/licenses/by-sa/2.0/"> https://creativecommons.org/licenses/by-sa/2.0/ </a> </p>
<p class="grey"> <a target="_blank" href="https://digit.hbs.org/submission/from-drawings-on-a-board-to-interactive-apps-crowdsourced-art/"> https://digit.hbs.org/submission/from-drawings-on-a-board-to-interactive-apps-crowdsourced-art/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://displaced.social/web/statuses/101772540176954624"> https://displaced.social/web/statuses/101772540176954624 </a> </p>
<p> <a target="_blank" href="https://douban.com"> https://douban.com </a> </p>
<p class="grey"> <a target="_blank" href="https://douban.com/borges.html"> https://douban.com/borges.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://douban.com/douban.com"> https://douban.com/douban.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://douban.com/index.html"> https://douban.com/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://douban.com/kongfuzi.com"> https://douban.com/kongfuzi.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://eletusk.club/@pedrosaclout"> https://eletusk.club/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://eletusk.club/about/more"> https://eletusk.club/about/more </a> </p>
<p> <a target="_blank" href="https://eletusk.club/web/statuses/101767871935737959"> https://eletusk.club/web/statuses/101767871935737959 </a> </p>
<p> <a target="_blank" href="https://en.wikipedia.org/wiki/Audio_frequency"> https://en.wikipedia.org/wiki/Audio_frequency </a> </p>
<p> <a target="_blank" href="https://en.wikipedia.org/wiki/Lolicon"> https://en.wikipedia.org/wiki/Lolicon </a> </p>
<p> <a target="_blank" href="https://en.wikipedia.org/wiki/Octave_band"> https://en.wikipedia.org/wiki/Octave_band </a> </p>
<p> <a target="_blank" href="https://en.wikipedia.org/wiki/RC_time_constant"> https://en.wikipedia.org/wiki/RC_time_constant </a> </p>
<p> <a target="_blank" href="https://en.wikipedia.org/wiki/Synthesizer"> https://en.wikipedia.org/wiki/Synthesizer </a> </p>
<p> <a target="_blank" href="https://en.wikipedia.org/wiki/Transformation_matrix"> https://en.wikipedia.org/wiki/Transformation_matrix </a> </p>
<p> <a target="_blank" href="https://framapiaf.org/web/statuses/101771483406543705"> https://framapiaf.org/web/statuses/101771483406543705 </a> </p>
<p> <a target="_blank" href="https://freeradical.zone/@CharredStencil"> https://freeradical.zone/@CharredStencil </a> </p>
<p> <a target="_blank" href="https://freeradical.zone/@pedrosaclout"> https://freeradical.zone/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://freeradical.zone/@tek"> https://freeradical.zone/@tek </a> </p>
<p> <a target="_blank" href="https://freeradical.zone/about/more"> https://freeradical.zone/about/more </a> </p>
<p> <a target="_blank" href="https://freeradical.zone/web/statuses/101768372248628715"> https://freeradical.zone/web/statuses/101768372248628715 </a> </p>
<p> <a target="_blank" href="https://friends.nico/web/statuses/101772549228496619"> https://friends.nico/web/statuses/101772549228496619 </a> </p>
<p> <a target="_blank" href="https://functional.cafe/tags/funcafe"> https://functional.cafe/tags/funcafe </a> </p>
<p> <a target="_blank" href="https://git.xpub.nl/pedrosaclout/answers_mastodon_api"> https://git.xpub.nl/pedrosaclout/answers_mastodon_api </a> </p>
<p> <a target="_blank" href="https://git.xpub.nl/pedrosaclout/dms_mastodon_api"> https://git.xpub.nl/pedrosaclout/dms_mastodon_api </a> </p>
<p> <a target="_blank" href="https://git.xpub.nl/pedrosaclout/instance_scrape"> https://git.xpub.nl/pedrosaclout/instance_scrape </a> </p>
<p> <a target="_blank" href="https://git.xpub.nl/pedrosaclout/scrape_about_more_peers_mastodon"> https://git.xpub.nl/pedrosaclout/scrape_about_more_peers_mastodon </a> </p>
<p> <a target="_blank" href="https://git.xpub.nl/pedrosaclout/scrape_peers_mastodon_ai"> https://git.xpub.nl/pedrosaclout/scrape_peers_mastodon_ai </a> </p>
<p> <a target="_blank" href="https://github.com/Tonejs/Tone.js/wiki/Instruments"> https://github.com/Tonejs/Tone.js/wiki/Instruments </a> </p>
<p> <a target="_blank" href="https://github.com/Tonejs/Tone.js/wiki/Time"> https://github.com/Tonejs/Tone.js/wiki/Time </a> </p>
<p> <a target="_blank" href="https://github.com/camsong/"> https://github.com/camsong/ </a> </p>
<p> <a target="_blank" href="https://github.com/processing/p5.js/wiki/Beyond-the-canvas"> https://github.com/processing/p5.js/wiki/Beyond-the-canvas </a> </p>
<p> <a target="_blank" href="https://github.com/processing/p5.js/wiki/Getting-started-with-WebGL-in-p5"> https://github.com/processing/p5.js/wiki/Getting-started-with-WebGL-in-p5 </a> </p>
<p> <a target="_blank" href="https://github.com/processing/p5.js/wiki/Local-server"> https://github.com/processing/p5.js/wiki/Local-server </a> </p>
<p> <a target="_blank" href="https://github.com/processing/p5.js/wiki/Positioning-your-canvas"> https://github.com/processing/p5.js/wiki/Positioning-your-canvas </a> </p>
<p> <a target="_blank" href="https://github.com/spite/ccapture.js/"> https://github.com/spite/ccapture.js/ </a> </p>
<p> <a target="_blank" href="https://github.com/tambien/StartAudioContext"> https://github.com/tambien/StartAudioContext </a> </p>
<p> <a target="_blank" href="https://github.com/therewasaguy/p5.sound/"> https://github.com/therewasaguy/p5.sound/ </a> </p>
<p> <a target="_blank" href="https://github.com/therewasaguy/p5.sound/blob/master/lib/p5.sound.js"> https://github.com/therewasaguy/p5.sound/blob/master/lib/p5.sound.js </a> </p>
<p> <a target="_blank" href="https://goo.gl/7K7WLu"> https://goo.gl/7K7WLu </a> </p>
<p> <a target="_blank" href="https://hostux.social/@pedrosaclout"> https://hostux.social/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://hostux.social/about/more"> https://hostux.social/about/more </a> </p>
<p> <a target="_blank" href="https://hostux.social/web/statuses/101771437693805317"> https://hostux.social/web/statuses/101771437693805317 </a> </p>
<p> <a target="_blank" href="https://hotwife.social/@pedrosaclout"> https://hotwife.social/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://hotwife.social/about/more"> https://hotwife.social/about/more </a> </p>
<p> <a target="_blank" href="https://hotwife.social/web/statuses/101771434017039442"> https://hotwife.social/web/statuses/101771434017039442 </a> </p>
<p> <a target="_blank" href="https://humblr.social/web/statuses/101770696779462730"> https://humblr.social/web/statuses/101770696779462730 </a> </p>
<p> <a target="_blank" href="https://inditoot.com/@inditoot"> https://inditoot.com/@inditoot </a> </p>
<p> <a target="_blank" href="https://issue.xpub.nl/08/"> https://issue.xpub.nl/08/ </a> </p>
<p class="grey"> <a target="_blank" href="https://issue.xpub.nl/08/borges_bookstore.html"> https://issue.xpub.nl/08/borges_bookstore.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://issue.xpub.nl/08/deng_yaohua.html"> https://issue.xpub.nl/08/deng_yaohua.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://issue.xpub.nl/08/nanhai_library.html"> https://issue.xpub.nl/08/nanhai_library.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://issue.xpub.nl/08/parvenu_mansion.html"> https://issue.xpub.nl/08/parvenu_mansion.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://issue.xpub.nl/08/sitemap.html"> https://issue.xpub.nl/08/sitemap.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://issuu.com/tancredg/docs/tesi"> https://issuu.com/tancredg/docs/tesi </a> </p>
<p> <a target="_blank" href="https://kinky.business/web/statuses/101767649753524436"> https://kinky.business/web/statuses/101767649753524436 </a> </p>
<p> <a target="_blank" href="https://kirakiratter.com/web/statuses/101772562334652256"> https://kirakiratter.com/web/statuses/101772562334652256 </a> </p>
<p> <a target="_blank" href="https://knzk.me/web/statuses/101770692479522208"> https://knzk.me/web/statuses/101770692479522208 </a> </p>
<p> <a target="_blank" href="https://linuxrocks.online/@pedrosaclout"> https://linuxrocks.online/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://linuxrocks.online/about"> https://linuxrocks.online/about </a> </p>
<p> <a target="_blank" href="https://linuxrocks.online/web/statuses/101768407716536393"> https://linuxrocks.online/web/statuses/101768407716536393 </a> </p>
<p> <a target="_blank" href="https://mamot.fr/web/statuses/101772557758935185"> https://mamot.fr/web/statuses/101772557758935185 </a> </p>
<p> <a target="_blank" href="https://mastodon.cloud/web/statuses/101772546902208784"> https://mastodon.cloud/web/statuses/101772546902208784 </a> </p>
<p> <a target="_blank" href="https://mastodon.gamedev.place/@pedrosaclout"> https://mastodon.gamedev.place/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://mastodon.gamedev.place/about/more"> https://mastodon.gamedev.place/about/more </a> </p>
<p> <a target="_blank" href="https://mastodon.gamedev.place/web/statuses/101771425484725792"> https://mastodon.gamedev.place/web/statuses/101771425484725792 </a> </p>
<p> <a target="_blank" href="https://mastodon.host/about/more"> https://mastodon.host/about/more </a> </p>
<p> <a target="_blank" href="https://mastodon.host/web/statuses/101771422360249892"> https://mastodon.host/web/statuses/101771422360249892 </a> </p>
<p> <a target="_blank" href="https://mastodon.social/@XanaAsturiana"> https://mastodon.social/@XanaAsturiana </a> </p>
<p> <a target="_blank" href="https://mastodon.social/@pedrosaclout"> https://mastodon.social/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://mastodon.social/about/more"> https://mastodon.social/about/more </a> </p>
<p> <a target="_blank" href="https://mastodon.social/web/statuses/101782008831021451"> https://mastodon.social/web/statuses/101782008831021451 </a> </p>
<p> <a target="_blank" href="https://mastodon.starrevolution.org/@pedrosaclout"> https://mastodon.starrevolution.org/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://mastodon.starrevolution.org/about/more"> https://mastodon.starrevolution.org/about/more </a> </p>
<p> <a target="_blank" href="https://mastodon.starrevolution.org/web/statuses/101772545369017811"> https://mastodon.starrevolution.org/web/statuses/101772545369017811 </a> </p>
<p> <a target="_blank" href="https://mastodon.technology/@ashfurrow"> https://mastodon.technology/@ashfurrow </a> </p>
<p> <a target="_blank" href="https://mastodon.technology/@bclindner"> https://mastodon.technology/@bclindner </a> </p>
<p> <a target="_blank" href="https://mastodon.technology/@danielhglus"> https://mastodon.technology/@danielhglus </a> </p>
<p> <a target="_blank" href="https://mastodon.technology/@fuzzface"> https://mastodon.technology/@fuzzface </a> </p>
<p> <a target="_blank" href="https://mastodon.technology/@pedrosaclout"> https://mastodon.technology/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://mastodon.technology/about/more"> https://mastodon.technology/about/more </a> </p>
<p> <a target="_blank" href="https://mastodon.technology/web/statuses/101767981291624379"> https://mastodon.technology/web/statuses/101767981291624379 </a> </p>
<p> <a target="_blank" href="https://mastodont.cat/@pedrosaclout"> https://mastodont.cat/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://mastodont.cat/@spla"> https://mastodont.cat/@spla </a> </p>
<p> <a target="_blank" href="https://mastodont.cat/about/more"> https://mastodont.cat/about/more </a> </p>
<p> <a target="_blank" href="https://mastodont.cat/web/statuses/101768414826737939"> https://mastodont.cat/web/statuses/101768414826737939 </a> </p>
<p> <a target="_blank" href="https://medium.com/project-pen/the-internet-and-collaborative-art-an-interview-with-interactive-diaries-c40328235988"> https://medium.com/project-pen/the-internet-and-collaborative-art-an-interview-with-interactive-diaries-c40328235988 </a> </p>
<p> <a target="_blank" href="https://medium.com/smarter-cities/the-future-of-crowdsourcing-67ee31b88b5b"> https://medium.com/smarter-cities/the-future-of-crowdsourcing-67ee31b88b5b </a> </p>
<p> <a target="_blank" href="https://meow.social/@Tiwy57"> https://meow.social/@Tiwy57 </a> </p>
<p> <a target="_blank" href="https://meow.social/@pedro"> https://meow.social/@pedro </a> </p>
<p> <a target="_blank" href="https://meow.social/about/more"> https://meow.social/about/more </a> </p>
<p> <a target="_blank" href="https://meow.social/web/statuses/101767613341391125"> https://meow.social/web/statuses/101767613341391125 </a> </p>
<p> <a target="_blank" href="https://mobike.com/global/"> https://mobike.com/global/ </a> </p>
<p class="grey"> <a target="_blank" href="https://mobike.com/global/borges.html"> https://mobike.com/global/borges.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://mobike.com/global/douban.com"> https://mobike.com/global/douban.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://mobike.com/global/index.html"> https://mobike.com/global/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://mobike.com/global/kongfuzi.com"> https://mobike.com/global/kongfuzi.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://mstdn.io/web/statuses/101772559064209239"> https://mstdn.io/web/statuses/101772559064209239 </a> </p>
<p> <a target="_blank" href="https://mstdn.jp/web/statuses/101772545993513589"> https://mstdn.jp/web/statuses/101772545993513589 </a> </p>
<p> <a target="_blank" href="https://mzl.la/2dOw8WD"> https://mzl.la/2dOw8WD </a> </p>
<p> <a target="_blank" href="https://niu.moe/web/statuses/101772561346828839"> https://niu.moe/web/statuses/101772561346828839 </a> </p>
<p> <a target="_blank" href="https://p5js.org/examples/3d-materials.html"> https://p5js.org/examples/3d-materials.html </a> </p>
<p> <a target="_blank" href="https://p5js.org/reference/"> https://p5js.org/reference/ </a> </p>
<p> <a target="_blank" href="https://plato.stanford.edu/entries/wittgenstein"> https://plato.stanford.edu/entries/wittgenstein </a> </p>
<p> <a target="_blank" href="https://post.lurk.org/@pedrosaclout"> https://post.lurk.org/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://post.lurk.org/about"> https://post.lurk.org/about </a> </p>
<p> <a target="_blank" href="https://post.lurk.org/web/statuses/101795233034162198"> https://post.lurk.org/web/statuses/101795233034162198 </a> </p>
<p> <a target="_blank" href="https://qoto.org/@pedrosaclout"> https://qoto.org/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://qoto.org/about/more"> https://qoto.org/about/more </a> </p>
<p> <a target="_blank" href="https://qoto.org/web/statuses/101768421746838431"> https://qoto.org/web/statuses/101768421746838431 </a> </p>
<p> <a target="_blank" href="https://queer.party/@pedrosaclout"> https://queer.party/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://queer.party/about/more"> https://queer.party/about/more </a> </p>
<p> <a target="_blank" href="https://queer.party/web/statuses/101767845648108564"> https://queer.party/web/statuses/101767845648108564 </a> </p>
<p> <a target="_blank" href="https://quey.org/@pedrosaclout"> https://quey.org/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://quey.org/@snder"> https://quey.org/@snder </a> </p>
<p> <a target="_blank" href="https://quey.org/about/more"> https://quey.org/about/more </a> </p>
<p> <a target="_blank" href="https://quey.org/web/statuses/101767995246055609"> https://quey.org/web/statuses/101767995246055609 </a> </p>
<p> <a target="_blank" href="https://raw.githubusercontent.com/lmccart/p5.js/master/lib/addons/p5.dom.js"> https://raw.githubusercontent.com/lmccart/p5.js/master/lib/addons/p5.dom.js </a> </p>
<p class="grey"> <a target="_blank" href="https://reddit.com/r/chemtrails"> https://reddit.com/r/chemtrails </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://schloss-post.com/call-web-residencies-1/"> https://schloss-post.com/call-web-residencies-1/ </a> </p>
<p> <a target="_blank" href="https://scholar.social/@amz3"> https://scholar.social/@amz3 </a> </p>
<p> <a target="_blank" href="https://scholar.social/@pedrosaclout"> https://scholar.social/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://scholar.social/about/more"> https://scholar.social/about/more </a> </p>
<p> <a target="_blank" href="https://scholar.social/web/statuses/101767859212894722"> https://scholar.social/web/statuses/101767859212894722 </a> </p>
<p> <a target="_blank" href="https://sinblr.com/web/statuses/101767864701391626"> https://sinblr.com/web/statuses/101767864701391626 </a> </p>
<p> <a target="_blank" href="https://switter.at/web/statuses/101772548192740354"> https://switter.at/web/statuses/101772548192740354 </a> </p>
<p> <a target="_blank" href="https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism"> https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism </a> </p>
<p> <a target="_blank" href="https://thenewinquiry.com/beyond-the-internet-and-all-control-diagrams/"> https://thenewinquiry.com/beyond-the-internet-and-all-control-diagrams/ </a> </p>
<p> <a target="_blank" href="https://todon.nl/@Bells"> https://todon.nl/@Bells </a> </p>
<p> <a target="_blank" href="https://todon.nl/@jeroenpraat"> https://todon.nl/@jeroenpraat </a> </p>
<p> <a target="_blank" href="https://todon.nl/@nemoudeis"> https://todon.nl/@nemoudeis </a> </p>
<p> <a target="_blank" href="https://todon.nl/@pedrosaclout"> https://todon.nl/@pedrosaclout </a> </p>
<p> <a target="_blank" href="https://todon.nl/@thoughtcrime"> https://todon.nl/@thoughtcrime </a> </p>
<p> <a target="_blank" href="https://todon.nl/web/statuses/101767654564328802"> https://todon.nl/web/statuses/101767654564328802 </a> </p>
<p> <a target="_blank" href="https://todon.nl/web/statuses/101767654564328802"> https://todon.nl/web/statuses/101767654564328802 </a> </p>
<p> <a target="_blank" href="https://toot.cafe/about/more"> https://toot.cafe/about/more </a> </p>
<p> <a target="_blank" href="https://toot.cafe/web/accounts/129157"> https://toot.cafe/web/accounts/129157 </a> </p>
<p> <a target="_blank" href="https://twitter.com/smaccarrone/status/620292021010460672"> https://twitter.com/smaccarrone/status/620292021010460672 </a> </p>
<p> <a target="_blank" href="https://vimeo.com/195016038"> https://vimeo.com/195016038 </a> </p>
<p> <a target="_blank" href="https://web.archive.org/web/20040612052801/http://bolchina.com/cgi-bin/bol/bol/hmp_welcome.jsp"> https://web.archive.org/web/20040612052801/http://bolchina.com/cgi-bin/bol/bol/hmp_welcome.jsp </a> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20040612052801/http:/bolchina.com/cgi-bin/bol/bol/borges.html"> https://web.archive.org/web/20040612052801/http:/bolchina.com/cgi-bin/bol/bol/borges.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20040612052801/http:/bolchina.com/cgi-bin/bol/bol/douban.com"> https://web.archive.org/web/20040612052801/http:/bolchina.com/cgi-bin/bol/bol/douban.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20040612052801/http:/bolchina.com/cgi-bin/bol/bol/index.html"> https://web.archive.org/web/20040612052801/http:/bolchina.com/cgi-bin/bol/bol/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20040612052801/http:/bolchina.com/cgi-bin/bol/bol/kongfuzi.com"> https://web.archive.org/web/20040612052801/http:/bolchina.com/cgi-bin/bol/bol/kongfuzi.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://web.archive.org/web/20080417213123/http://www.dangdang.com/"> https://web.archive.org/web/20080417213123/http://www.dangdang.com/ </a> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20080417213123/http:/www.dangdang.com/borges_bookstore.html"> https://web.archive.org/web/20080417213123/http:/www.dangdang.com/borges_bookstore.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20080417213123/http:/www.dangdang.com/index.html"> https://web.archive.org/web/20080417213123/http:/www.dangdang.com/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20080417213123/http:/www.dangdang.com/nanhai_book_center"> https://web.archive.org/web/20080417213123/http:/www.dangdang.com/nanhai_book_center </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20080417213123/http:/www.dangdang.com/nanhai_book_center.html"> https://web.archive.org/web/20080417213123/http:/www.dangdang.com/nanhai_book_center.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20080417213123/http:/www.dangdang.com/wang_zhen.html"> https://web.archive.org/web/20080417213123/http:/www.dangdang.com/wang_zhen.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://web.archive.org/web/20080607045039/http://www.amazon.cn/"> https://web.archive.org/web/20080607045039/http://www.amazon.cn/ </a> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20080607045039/http:/www.amazon.cn/borges.html"> https://web.archive.org/web/20080607045039/http:/www.amazon.cn/borges.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20080607045039/http:/www.amazon.cn/borges_bookstore.html"> https://web.archive.org/web/20080607045039/http:/www.amazon.cn/borges_bookstore.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20080607045039/http:/www.amazon.cn/butterfly_specimen.html"> https://web.archive.org/web/20080607045039/http:/www.amazon.cn/butterfly_specimen.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://web.archive.org/web/20080607045039/http:/www.amazon.cn/index.html"> https://web.archive.org/web/20080607045039/http:/www.amazon.cn/index.html </a> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20080607045039/http:/www.amazon.cn/nanhai_book_center"> https://web.archive.org/web/20080607045039/http:/www.amazon.cn/nanhai_book_center </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20080607045039/http:/www.amazon.cn/nanhai_book_center.html"> https://web.archive.org/web/20080607045039/http:/www.amazon.cn/nanhai_book_center.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20080607045039/http:/www.amazon.cn/pnin.html"> https://web.archive.org/web/20080607045039/http:/www.amazon.cn/pnin.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://web.archive.org/web/20080607045039/http:/www.amazon.cn/wang_zhen.html"> https://web.archive.org/web/20080607045039/http:/www.amazon.cn/wang_zhen.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://wiki.todon.nl/todon/terms_en"> https://wiki.todon.nl/todon/terms_en </a> </p>
<p> <a target="_blank" href="https://www.amazon.com/Log-Disorienting-Phenomenology-Joseph-Bedford/dp/0999237306"> https://www.amazon.com/Log-Disorienting-Phenomenology-Joseph-Bedford/dp/0999237306 </a> </p>
<p class="grey"> <a target="_blank" href="https://www.amazon.com/Log-Disorienting-Phenomenology-Joseph-Bedford/dp/borges_bookstore.html"> https://www.amazon.com/Log-Disorienting-Phenomenology-Joseph-Bedford/dp/borges_bookstore.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://www.amazon.com/Log-Disorienting-Phenomenology-Joseph-Bedford/dp/goosebumps.html"> https://www.amazon.com/Log-Disorienting-Phenomenology-Joseph-Bedford/dp/goosebumps.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://www.amazon.com/Log-Disorienting-Phenomenology-Joseph-Bedford/dp/index.html"> https://www.amazon.com/Log-Disorienting-Phenomenology-Joseph-Bedford/dp/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://www.amazon.com/Log-Disorienting-Phenomenology-Joseph-Bedford/dp/mengmeng.html"> https://www.amazon.com/Log-Disorienting-Phenomenology-Joseph-Bedford/dp/mengmeng.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://www.castellodirivoli.org/en/"> https://www.castellodirivoli.org/en/ </a> </p>
<p> <a target="_blank" href="https://www.castellodirivoli.org/en/mostra/anna-boghiguian/"> https://www.castellodirivoli.org/en/mostra/anna-boghiguian/ </a> </p>
<p> <a target="_blank" href="https://www.castellodirivoli.org/en/mostra/gilberto-zorio/"> https://www.castellodirivoli.org/en/mostra/gilberto-zorio/ </a> </p>
<p> <a target="_blank" href="https://www.castellodirivoli.org/en/mostra/lemozione-dei-colori-nellarte/"> https://www.castellodirivoli.org/en/mostra/lemozione-dei-colori-nellarte/ </a> </p>
<p> <a target="_blank" href="https://www.castellodirivoli.org/en/mostra/wael-shawky-3/"> https://www.castellodirivoli.org/en/mostra/wael-shawky-3/ </a> </p>
<p> <a target="_blank" href="https://www.certh.gr/root.en.aspx"> https://www.certh.gr/root.en.aspx </a> </p>
<p class="grey"> <a target="_blank" href="https://www.dukeupress.edu/borges_bookstore.html"> https://www.dukeupress.edu/borges_bookstore.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://www.dukeupress.edu/goosebumps.html"> https://www.dukeupress.edu/goosebumps.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://www.dukeupress.edu/index.html"> https://www.dukeupress.edu/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://www.dukeupress.edu/mengmeng.html"> https://www.dukeupress.edu/mengmeng.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://www.dukeupress.edu/queer-phenomenology"> https://www.dukeupress.edu/queer-phenomenology </a> </p>
<p> <a target="_blank" href="https://www.dukeupress.edu/when-biometrics-fail"> https://www.dukeupress.edu/when-biometrics-fail </a> </p>
<p> <a target="_blank" href="https://www.eff.org/deeplinks/2011/06/week-internet-censorship."> https://www.eff.org/deeplinks/2011/06/week-internet-censorship. </a> </p>
<p> <a target="_blank" href="https://www.internetsociety.org/collaborativesecurity/"> https://www.internetsociety.org/collaborativesecurity/ </a> </p>
<p> <a target="_blank" href="https://www.iti.gr/iti/projects/SocialSensor.html"> https://www.iti.gr/iti/projects/SocialSensor.html </a> </p>
<p> <a target="_blank" href="https://www.lagou.com/"> https://www.lagou.com/ </a> </p>
<p> <a target="_blank" href="https://www.lagou.com/borges.html"> https://www.lagou.com/borges.html </a> </p>
<p> <a target="_blank" href="https://www.lagou.com/borges_bookstore.html"> https://www.lagou.com/borges_bookstore.html </a> </p>
<p> <a target="_blank" href="https://www.lagou.com/butterfly_specimen.html"> https://www.lagou.com/butterfly_specimen.html </a> </p>
<p> <a target="_blank" href="https://www.lagou.com/douban.com"> https://www.lagou.com/douban.com </a> </p>
<p> <a target="_blank" href="https://www.lagou.com/index.html"> https://www.lagou.com/index.html </a> </p>
<p> <a target="_blank" href="https://www.lagou.com/kongfuzi.com"> https://www.lagou.com/kongfuzi.com </a> </p>
<p> <a target="_blank" href="https://www.lagou.com/pnin.html"> https://www.lagou.com/pnin.html </a> </p>
<p> <a target="_blank" href="https://www.mapbox.com/"> https://www.mapbox.com/ </a> </p>
<p> <a target="_blank" href="https://www.openprocessing.org/user/112947"> https://www.openprocessing.org/user/112947 </a> </p>
<p class="grey"> <a target="_blank" href="https://www.openprocessing.org/user/af.html"> https://www.openprocessing.org/user/af.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://www.openprocessing.org/user/dot.html"> https://www.openprocessing.org/user/dot.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://www.openprocessing.org/user/index.html"> https://www.openprocessing.org/user/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://www.openprocessing.org/user/sketch.html"> https://www.openprocessing.org/user/sketch.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://www.openprocessing.org/user/wia.html"> https://www.openprocessing.org/user/wia.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://www.openprocessing.org/user/witt.html"> https://www.openprocessing.org/user/witt.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://www.openstreetmap.org/"> https://www.openstreetmap.org/ </a> </p>
<p> <a target="_blank" href="https://www.tate.org.uk/art/art-terms/i/internet-art"> https://www.tate.org.uk/art/art-terms/i/internet-art </a> </p>
<p> <a target="_blank" href="https://www.w3.org/TR/webaudio/"> https://www.w3.org/TR/webaudio/ </a> </p>
<p class="grey"> <a target="_blank" href="https://www.youtube.com/borges_bookstore.html"> https://www.youtube.com/borges_bookstore.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://www.youtube.com/goosebumps.html"> https://www.youtube.com/goosebumps.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://www.youtube.com/index.html"> https://www.youtube.com/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://www.youtube.com/mengmeng.html"> https://www.youtube.com/mengmeng.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://www.youtube.com/watch"> https://www.youtube.com/watch </a> </p>
<p class="grey"> <a target="_blank" href="https://zhuanlan.zhihu.com/p/42738607"> https://zhuanlan.zhihu.com/p/42738607 </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://zhuanlan.zhihu.com/p/borges_bookstore.html"> https://zhuanlan.zhihu.com/p/borges_bookstore.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://zhuanlan.zhihu.com/p/index.html"> https://zhuanlan.zhihu.com/p/index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
</div>
</div>
</div>
<footer id="footer">
<p>This is a project produced and published in the Experimental Publishing (XPUB) program of the Piet Zwart Institute. Rotterdam, April 2019</p>
</footer>
<script type="text/javascript" src="./cnn.js"></script>
</body>
</html>

@ -0,0 +1,69 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Network We (de)Served</title>
<meta charset="UTF-8">
<meta name="date" content="April 2019">
<meta name="author" content="XPUB">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="img/favicon.png">
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!--Fixed content throughout pages-->
<div class="static">
<header> <a href="index.html">
<h1> ALIVE, FULLY IN MOTION, UNSTABLE, DECAYING, DYING, RESTARTING. </h1>
<h2> HOW TO PUBLISH A NETWORK? </h2>
</a> </header>
<aside>
<p> This website is a node of a <a target="_blank" href="https://issue.xpub.nl/08/"> bigger project. </a></p>
<p> Here I reflect on the ephemeral aspect of networks. All pages listed bellow exist or existed during the project development. Together we produced texts, images, and research based on the topic of decentralized networks.</p>
<div class="questions">
<p> <a href="./january.html"> Who is we? </a> </p>
<p> <a href="#footer"> What is this?</a> </p>
</div>
</aside>
</div>
<!--Content that scrolls up-->
<div class="move">
<div class="menus">
<div class="menu">
<p> <a class="grey" href="./index.html"> LIFESPAN </a><a href="./documentation.html"> DOCUMENTATION </a><a href="./tools.html"> TOOLS </a> </p>
</div>
<div class="menu_2">
<p> <a id="grey2" href="./january.html"> JANUARY </a>
<a href="./march.html"> MARCH</a>
<a href="./index.html"> APRIL </a>
</p>
</div>
</div>
<!--Main page links-->
<div class="lifespan">
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net"> http://b-e-e-t.r-o-o-t.net </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv"> http://ciao.urca.tv </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn"> http://nothat.bad.mn </a> </p>
<p class="grey"> <a href="http://p.away.es"> http://p.away.es </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://please.undo.undo.it"> http://please.undo.undo.it </a> </p>
<p> <a target="_blank" href="http://richfolks.club"> http://richfolks.com </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com"> http://sweetandsour.chickenkiller.com </a> </p>
<p class="grey"> <a target="_blank" href="http://todaystest.chickenkiller.com/"> http://todaystest.chickenkiller.com/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
</div>
</div>
<footer id="footer">
<p>This is a project produced and published in the Experimental Publishing (XPUB) program of the Piet Zwart Institute. Rotterdam, April 2019</p>
</footer>
</body>
</html>

@ -0,0 +1,454 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Network We (de)Served</title>
<meta charset="UTF-8">
<meta name="date" content="April 2019">
<meta name="author" content="XPUB">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="img/favicon.png">
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!--Fixed content throughout pages-->
<div class="static">
<header><a href="index.html">
<h1>ALIVE, FULLY IN MOTION, UNSTABLE, DECAYING, DYING, RESTARTING. </h1>
<h2>HOW TO PUBLISH A NETWORK?</h2>
</a></header>
<aside>
<p> This website is a node of a <a target="_blank" href="https://issue.xpub.nl/08/"> bigger project. </a></p>
<p> Here I reflect on the ephemeral aspect of networks. All pages listed bellow exist or existed during the project development. Together we produced texts, images, and research based on the topic of decentralized networks.</p>
<div class="questions">
<p> <a href="./january.html"> Who is we? </a> </p>
<p> <a href="#footer"> What is this?</a> </p>
</div>
</aside>
</div>
<!--Content that scrolls up-->
<div class="move">
<div class="menus">
<div class="menu">
<p> <a id="grey" href="./index.html"> LIFESPAN </a><a href="./documentation.html"> DOCUMENTATION </a><a href="./tools.html"> TOOLS </a> </p>
</div>
<div class="menu_2">
<p> <a href="./january.html"> JANUARY </a>
<a id="grey2" href="./march.html"> MARCH</a>
<a href="./index.html"> APRIL </a>
</p>
</div>
</div>
<!--Main page links-->
<div class="lifespan">
<p> <a target="_blank" href="http://31.20.8.54"> http://31.20.8.54 </a> </p>
<p> <a target="_blank" href="http://31.20.8.54/ring.html"> http://31.20.8.54/ring.html </a> </p>
<p class="grey"> <a target="_blank" href="http://77.172.158.66/ring.html"> http://77.172.158.66/ring.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://77.172.158.66:4444"> http://77.172.158.66:4444 </a> </p>
<p class="grey"> <a target="_blank" href="http://82.169.88.92/index.htm"> http://82.169.88.92/index.htm </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://82.169.88.92/ring.html"> http://82.169.88.92/ring.html </a> </p>
<p class="grey"> <a target="_blank" href="http://82.169.88.92:5000/"> http://82.169.88.92:5000/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://amodern.net/article/half-inch-revolution/"> http://amodern.net/article/half-inch-revolution/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/"> http://b-e-e-t.r-o-o-t.net/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/PDF/"> http://b-e-e-t.r-o-o-t.net/PDF/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/"> http://b-e-e-t.r-o-o-t.net/archive/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/contrails/"> http://b-e-e-t.r-o-o-t.net/archive/contrails/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/gps_drawings/"> http://b-e-e-t.r-o-o-t.net/archive/gps_drawings/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/knotboard/"> http://b-e-e-t.r-o-o-t.net/archive/knotboard/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/mandarin_peels/"> http://b-e-e-t.r-o-o-t.net/archive/mandarin_peels/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/network_of_possibilities/"> http://b-e-e-t.r-o-o-t.net/archive/network_of_possibilities/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/networkdrawings/"> http://b-e-e-t.r-o-o-t.net/archive/networkdrawings/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/networktopologies/"> http://b-e-e-t.r-o-o-t.net/archive/networktopologies/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/archive/topology/"> http://b-e-e-t.r-o-o-t.net/archive/topology/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/"> http://b-e-e-t.r-o-o-t.net/pages/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/beetroot_to_ciao.html"> http://b-e-e-t.r-o-o-t.net/pages/beetroot_to_ciao.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/img/"> http://b-e-e-t.r-o-o-t.net/pages/img/ </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/please_to_foshan.html"> http://b-e-e-t.r-o-o-t.net/pages/please_to_foshan.html </a> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/pages/wijnhaven_to_foshan.html"> http://b-e-e-t.r-o-o-t.net/pages/wijnhaven_to_foshan.html </a> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/"> http://b-e-e-t.r-o-o-t.net/readings/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/beyond_the_internet_and_all_control_diagrams.html"> http://b-e-e-t.r-o-o-t.net/readings/beyond_the_internet_and_all_control_diagrams.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/biotopology.html"> http://b-e-e-t.r-o-o-t.net/readings/biotopology.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/buckminster_fuller_software.html"> http://b-e-e-t.r-o-o-t.net/readings/buckminster_fuller_software.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/cybernetic_guerilla_warfare.html"> http://b-e-e-t.r-o-o-t.net/readings/cybernetic_guerilla_warfare.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/cybernetic_guerilla_warfare.html/"> http://b-e-e-t.r-o-o-t.net/readings/cybernetic_guerilla_warfare.html/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/fonts/"> http://b-e-e-t.r-o-o-t.net/readings/fonts/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/images/"> http://b-e-e-t.r-o-o-t.net/readings/images/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/media/"> http://b-e-e-t.r-o-o-t.net/readings/media/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/media/png/wijnhaven_to_foshan.png"> http://b-e-e-t.r-o-o-t.net/readings/media/png/wijnhaven_to_foshan.png </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/mejias_liberation_technology.html"> http://b-e-e-t.r-o-o-t.net/readings/mejias_liberation_technology.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/readings_index.html"> http://b-e-e-t.r-o-o-t.net/readings/readings_index.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html"> http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html"> http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html"> http://b-e-e-t.r-o-o-t.net/readings/the_psychotopology_of_everyday_life.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html"> http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html"> http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html"> http://b-e-e-t.r-o-o-t.net/readings/theory_of_the_derive.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html"> http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html"> http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html"> http://b-e-e-t.r-o-o-t.net/readings/truckstops_on_the_information_superhighway.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/readings/“http:/www.zachblas.info/works/face-cages/“"> http://b-e-e-t.r-o-o-t.net/readings/“http:/www.zachblas.info/works/face-cages/“ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://b-e-e-t.r-o-o-t.net/ring.html"> http://b-e-e-t.r-o-o-t.net/ring.html </a> </p>
<p> <a target="_blank" href="http://baifund.com/"> http://baifund.com/ </a> </p>
<p class="grey"> <a target="_blank" href="http://baifund.com/entry.html"> http://baifund.com/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://baifund.com/parvenu_mansion.html"> http://baifund.com/parvenu_mansion.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://blog.nielsen.com/nielsenwire/online_mobile/social-media-accounts-for-22-percent-of-time-online/."> http://blog.nielsen.com/nielsenwire/online_mobile/social-media-accounts-for-22-percent-of-time-online/. </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/"> http://ciao.urca.tv/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/SITE/"> http://ciao.urca.tv/SITE/ </a> </p>
<p class="grey"> <a target="_blank" href="http://ciao.urca.tv/SITEold/"> http://ciao.urca.tv/SITEold/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://ciao.urca.tv/SITEold2/"> http://ciao.urca.tv/SITEold2/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/"> http://ciao.urca.tv/_proj/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/"> http://ciao.urca.tv/_proj/OTHERS/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/nwo/"> http://ciao.urca.tv/_proj/OTHERS/nwo/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/redhouse/"> http://ciao.urca.tv/_proj/OTHERS/redhouse/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/txts/"> http://ciao.urca.tv/_proj/OTHERS/txts/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/txts/science_of_art/"> http://ciao.urca.tv/_proj/OTHERS/txts/science_of_art/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/"> http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/scientific_avantgarde.html"> http://ciao.urca.tv/_proj/OTHERS/txts/scientific_surrealism/scientific_avantgarde.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/OTHERS/txts/xpub_journal/"> http://ciao.urca.tv/_proj/OTHERS/txts/xpub_journal/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/"> http://ciao.urca.tv/_proj/_SI8/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/"> http://ciao.urca.tv/_proj/_SI8/Bots/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/new_reader/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/live.html"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/html_version/live.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pad_version/"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pad_version/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pad_version/test.etherpad"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pad_version/test.etherpad </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pics/"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/pics/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/script/"> http://ciao.urca.tv/_proj/_SI8/Bots/annotated_reader/old_reader/script/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/archive/"> http://ciao.urca.tv/_proj/_SI8/Bots/archive/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/Bots/jargon/"> http://ciao.urca.tv/_proj/_SI8/Bots/jargon/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/abstractions_permutations/"> http://ciao.urca.tv/_proj/_SI8/abstractions_permutations/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/"> http://ciao.urca.tv/_proj/_SI8/map/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/icons/"> http://ciao.urca.tv/_proj/_SI8/map/icons/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/leaflet/"> http://ciao.urca.tv/_proj/_SI8/map/leaflet/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/leaflet/images/"> http://ciao.urca.tv/_proj/_SI8/map/leaflet/images/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/map/map_test.html"> http://ciao.urca.tv/_proj/_SI8/map/map_test.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_proj/_SI8/paranodes/"> http://ciao.urca.tv/_proj/_SI8/paranodes/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_scripts/"> http://ciao.urca.tv/_scripts/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_scripts/dynamicHTML/"> http://ciao.urca.tv/_scripts/dynamicHTML/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_scripts/dynamicHTML/cgi-bin/"> http://ciao.urca.tv/_scripts/dynamicHTML/cgi-bin/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_scripts/hover_div/"> http://ciao.urca.tv/_scripts/hover_div/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_scripts/hover_div/hover_div.html"> http://ciao.urca.tv/_scripts/hover_div/hover_div.html </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/_scripts/liveHTML/"> http://ciao.urca.tv/_scripts/liveHTML/ </a> </p>
<p> <a target="_blank" href="http://ciao.urca.tv/test.html"> http://ciao.urca.tv/test.html </a> </p>
<p class="grey"> <a target="_blank" href="http://comware.us/Content/internetrecollections"> http://comware.us/Content/internetrecollections </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://comware.us/Content/internetrecollections"> http://comware.us/Content/internetrecollections </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://comware.us/Content/internetrecollections"> http://comware.us/Content/internetrecollections </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://comware.us/Content/internetrecollections"> http://comware.us/Content/internetrecollections </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://comware.us/Content/internetrecollections"> http://comware.us/Content/internetrecollections </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://comware.us/Content/internetrecollections"> http://comware.us/Content/internetrecollections </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://comware.us/Content/internetrecollections"> http://comware.us/Content/internetrecollections </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://comware.us/Content/internetrecollections"> http://comware.us/Content/internetrecollections </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://comware.us/Content/internetrecollections"> http://comware.us/Content/internetrecollections </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://dohanews.co/post/5792813904/facebook-usage-falls-in-gcc-including-in-qatar-saudi"> http://dohanews.co/post/5792813904/facebook-usage-falls-in-gcc-including-in-qatar-saudi </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/blank/entry.html"> http://finance.sina.com.cn/blank/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/blank/parvenu_mansion.html"> http://finance.sina.com.cn/blank/parvenu_mansion.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://finance.sina.com.cn/blank/qygc209bertelsmann.shtml"> http://finance.sina.com.cn/blank/qygc209bertelsmann.shtml </a> </p>
<p> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/10441064627.shtml"> http://finance.sina.com.cn/g/20041008/10441064627.shtml </a> </p>
<p> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/10441064627.shtml"> http://finance.sina.com.cn/g/20041008/10441064627.shtml </a> </p>
<p> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/10441064627.shtml"> http://finance.sina.com.cn/g/20041008/10441064627.shtml </a> </p>
<p> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/10441064627.shtml"> http://finance.sina.com.cn/g/20041008/10441064627.shtml </a> </p>
<p> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/10441064627.shtml"> http://finance.sina.com.cn/g/20041008/10441064627.shtml </a> </p>
<p> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/10441064627.shtml"> http://finance.sina.com.cn/g/20041008/10441064627.shtml </a> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/classics.html"> http://finance.sina.com.cn/g/20041008/classics.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/entry.html"> http://finance.sina.com.cn/g/20041008/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/entry.html"> http://finance.sina.com.cn/g/20041008/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/entry.html"> http://finance.sina.com.cn/g/20041008/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/entry.html"> http://finance.sina.com.cn/g/20041008/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/entry.html"> http://finance.sina.com.cn/g/20041008/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/entry.html"> http://finance.sina.com.cn/g/20041008/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/female_librarian.html"> http://finance.sina.com.cn/g/20041008/female_librarian.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/kraft.html"> http://finance.sina.com.cn/g/20041008/kraft.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/music_academy.html"> http://finance.sina.com.cn/g/20041008/music_academy.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/zhong_father.html"> http://finance.sina.com.cn/g/20041008/zhong_father.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/zhong_father.html"> http://finance.sina.com.cn/g/20041008/zhong_father.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/zhong_father.html"> http://finance.sina.com.cn/g/20041008/zhong_father.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/zhong_father.html"> http://finance.sina.com.cn/g/20041008/zhong_father.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://finance.sina.com.cn/g/20041008/zhong_father.html"> http://finance.sina.com.cn/g/20041008/zhong_father.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/"> http://foshan-1992.pw/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/"> http://foshan-1992.pw/~biyi/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/bertelsmann.html"> http://foshan-1992.pw/~biyi/bertelsmann.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/borges.html"> http://foshan-1992.pw/~biyi/borges.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/borges_bookstore.html"> http://foshan-1992.pw/~biyi/borges_bookstore.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/butterfly_specimen.html"> http://foshan-1992.pw/~biyi/butterfly_specimen.html </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/catalog.html"> http://foshan-1992.pw/~biyi/catalog.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/childhood.html"> http://foshan-1992.pw/~biyi/childhood.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/classics.html"> http://foshan-1992.pw/~biyi/classics.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/classmates.html"> http://foshan-1992.pw/~biyi/classmates.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/claude_simon.html"> http://foshan-1992.pw/~biyi/claude_simon.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/commodity_apartment.html"> http://foshan-1992.pw/~biyi/commodity_apartment.html </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/dangdang.com"> http://foshan-1992.pw/~biyi/dangdang.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/dormitory_building.html"> http://foshan-1992.pw/~biyi/dormitory_building.html </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/douban.com"> http://foshan-1992.pw/~biyi/douban.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/english_jacket.html"> http://foshan-1992.pw/~biyi/english_jacket.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/enlish_jacket.html"> http://foshan-1992.pw/~biyi/enlish_jacket.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/entry.html"> http://foshan-1992.pw/~biyi/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/female_librarian.html"> http://foshan-1992.pw/~biyi/female_librarian.html </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/five_goats.html"> http://foshan-1992.pw/~biyi/five_goats.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/flower_city_press.html"> http://foshan-1992.pw/~biyi/flower_city_press.html </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/generated_pdf/"> http://foshan-1992.pw/~biyi/generated_pdf/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/goosebumps.html"> http://foshan-1992.pw/~biyi/goosebumps.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/"> http://foshan-1992.pw/~biyi/img/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/bertelsmann/"> http://foshan-1992.pw/~biyi/img/bertelsmann/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/borges/"> http://foshan-1992.pw/~biyi/img/borges/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/borges_bookstore/"> http://foshan-1992.pw/~biyi/img/borges_bookstore/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/butterfly_specimen/"> http://foshan-1992.pw/~biyi/img/butterfly_specimen/ </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/entry/"> http://foshan-1992.pw/~biyi/img/entry/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/female_librarian/"> http://foshan-1992.pw/~biyi/img/female_librarian/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/four_classics/"> http://foshan-1992.pw/~biyi/img/four_classics/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/kraft/"> http://foshan-1992.pw/~biyi/img/kraft/ </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/literature_children/"> http://foshan-1992.pw/~biyi/img/literature_children/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/mengmeng/"> http://foshan-1992.pw/~biyi/img/mengmeng/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/music_academy/"> http://foshan-1992.pw/~biyi/img/music_academy/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/my_aunts_print_shop/"> http://foshan-1992.pw/~biyi/img/my_aunts_print_shop/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/nanhai_book_center/"> http://foshan-1992.pw/~biyi/img/nanhai_book_center/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/nanhai_library/"> http://foshan-1992.pw/~biyi/img/nanhai_library/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/parvenu_mansion/"> http://foshan-1992.pw/~biyi/img/parvenu_mansion/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/physiotherapy/"> http://foshan-1992.pw/~biyi/img/physiotherapy/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/pnin/"> http://foshan-1992.pw/~biyi/img/pnin/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/romantic_novels/"> http://foshan-1992.pw/~biyi/img/romantic_novels/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/union_library/"> http://foshan-1992.pw/~biyi/img/union_library/ </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/img/zhong_father/"> http://foshan-1992.pw/~biyi/img/zhong_father/ </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/kongfuzi.com"> http://foshan-1992.pw/~biyi/kongfuzi.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/kraft.html"> http://foshan-1992.pw/~biyi/kraft.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/ling_yu.html"> http://foshan-1992.pw/~biyi/ling_yu.html </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/main.html"> http://foshan-1992.pw/~biyi/main.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/map.html"> http://foshan-1992.pw/~biyi/map.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/mengmeng.html"> http://foshan-1992.pw/~biyi/mengmeng.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/music_academy.html"> http://foshan-1992.pw/~biyi/music_academy.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/my_aunts_print_shop.html"> http://foshan-1992.pw/~biyi/my_aunts_print_shop.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/nabokovs_butterfly.html"> http://foshan-1992.pw/~biyi/nabokovs_butterfly.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/nanhai_book_center"> http://foshan-1992.pw/~biyi/nanhai_book_center </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/nanhai_book_center.html"> http://foshan-1992.pw/~biyi/nanhai_book_center.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/nanhai_library"> http://foshan-1992.pw/~biyi/nanhai_library </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/nanhai_library.html"> http://foshan-1992.pw/~biyi/nanhai_library.html </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/online_booksellers.html"> http://foshan-1992.pw/~biyi/online_booksellers.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/online_distributors.html"> http://foshan-1992.pw/~biyi/online_distributors.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/parvenu_mansion"> http://foshan-1992.pw/~biyi/parvenu_mansion </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/parvenu_mansion.html"> http://foshan-1992.pw/~biyi/parvenu_mansion.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/physiotherapy.html"> http://foshan-1992.pw/~biyi/physiotherapy.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/pnin.html"> http://foshan-1992.pw/~biyi/pnin.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/public_library.html"> http://foshan-1992.pw/~biyi/public_library.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/romantic_novels.html"> http://foshan-1992.pw/~biyi/romantic_novels.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/salted_almonds.html"> http://foshan-1992.pw/~biyi/salted_almonds.html </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/san_mao.html"> http://foshan-1992.pw/~biyi/san_mao.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/template_table.html"> http://foshan-1992.pw/~biyi/template_table.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/union_library.html"> http://foshan-1992.pw/~biyi/union_library.html </a> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/wang_zhen.html"> http://foshan-1992.pw/~biyi/wang_zhen.html </a> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/wuxia.html"> http://foshan-1992.pw/~biyi/wuxia.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/yilin_press.html"> http://foshan-1992.pw/~biyi/yilin_press.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/z.cn"> http://foshan-1992.pw/~biyi/z.cn </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://foshan-1992.pw/~biyi/zhong_chu.html"> http://foshan-1992.pw/~biyi/zhong_chu.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://foshan-1992.pw/~biyi/zhong_father.html"> http://foshan-1992.pw/~biyi/zhong_father.html </a> </p>
<p class="grey"> <a target="_blank" href="http://globalvoicesonline.org/2009/06/27/iranian-officials-crowd-source-protester-identities-online/."> http://globalvoicesonline.org/2009/06/27/iranian-officials-crowd-source-protester-identities-online/. </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://liberationtechnology.stanford.edu/"> http://liberationtechnology.stanford.edu/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/"> http://median.newmediacaucus.org/art-infrastructures-hardware/truckstops-on-the-information-superhighway-ant-farm-sri-and-the-cloud/ </a> </p>
<p> <a target="_blank" href="http://news.cnet.com/readings/media/"> http://news.cnet.com/readings/media/ </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn"> http://nothat.bad.mn </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/archive_new/"> http://nothat.bad.mn/archive_new/ </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/archive_new/folder/index.html"> http://nothat.bad.mn/archive_new/folder/index.html </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/archive_new/new/index.html"> http://nothat.bad.mn/archive_new/new/index.html </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/archive_new/now/index.html"> http://nothat.bad.mn/archive_new/now/index.html </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/archive_new/world/index.html"> http://nothat.bad.mn/archive_new/world/index.html </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/archive_new/wow/index.html"> http://nothat.bad.mn/archive_new/wow/index.html </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/archive_new_scripts/"> http://nothat.bad.mn/archive_new_scripts/ </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/archive_old/"> http://nothat.bad.mn/archive_old/ </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/archive_old/decentralise/"> http://nothat.bad.mn/archive_old/decentralise/ </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/archive_old/folder/"> http://nothat.bad.mn/archive_old/folder/ </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/archive_old/maps/"> http://nothat.bad.mn/archive_old/maps/ </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/archive_old/meta/"> http://nothat.bad.mn/archive_old/meta/ </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/archive_old/nodes/"> http://nothat.bad.mn/archive_old/nodes/ </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/archive_old/social/"> http://nothat.bad.mn/archive_old/social/ </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/bot/"> http://nothat.bad.mn/bot/ </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/debug/"> http://nothat.bad.mn/debug/ </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/debug/rip_icon.png"> http://nothat.bad.mn/debug/rip_icon.png </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/links/"> http://nothat.bad.mn/links/ </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/reader/"> http://nothat.bad.mn/reader/ </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/reader/hall.htm"> http://nothat.bad.mn/reader/hall.htm </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/reader/index.htm"> http://nothat.bad.mn/reader/index.htm </a> </p>
<p> <a target="_blank" href="http://nothat.bad.mn/ring.html"> http://nothat.bad.mn/ring.html </a> </p>
<p class="grey"> <a target="_blank" href="http://opennet.net/readings/media/"> http://opennet.net/readings/media/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://opennet.net/west-censoring-east-the-use-western-technologies-middle-east-censors-2010-2011"> http://opennet.net/west-censoring-east-the-use-western-technologies-middle-east-censors-2010-2011 </a> </p>
<p class="grey"> <a target="_blank" href="http://p.away.es/"> http://p.away.es/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://p.lions.es/"> http://p.lions.es/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GraphicNetworks/"> http://p.lions.es/GraphicNetworks/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GraphicNetworks/GN.html"> http://p.lions.es/GraphicNetworks/GN.html </a> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/entry.html"> http://p.lions.es/GraphicNetworks/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/entry.html"> http://p.lions.es/GraphicNetworks/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/entry.html"> http://p.lions.es/GraphicNetworks/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/entry.html"> http://p.lions.es/GraphicNetworks/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/entry.html"> http://p.lions.es/GraphicNetworks/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/entry.html"> http://p.lions.es/GraphicNetworks/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://p.lions.es/GraphicNetworks/exp1.html"> http://p.lions.es/GraphicNetworks/exp1.html </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GraphicNetworks/exp1.html"> http://p.lions.es/GraphicNetworks/exp1.html </a> </p>
<p> <a target="_blank" href="http://p.lions.es/GraphicNetworks/img/"> http://p.lions.es/GraphicNetworks/img/ </a> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/parvenu_mansion.html"> http://p.lions.es/GraphicNetworks/parvenu_mansion.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/zhong_father.html"> http://p.lions.es/GraphicNetworks/zhong_father.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/zhong_father.html"> http://p.lions.es/GraphicNetworks/zhong_father.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/zhong_father.html"> http://p.lions.es/GraphicNetworks/zhong_father.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/zhong_father.html"> http://p.lions.es/GraphicNetworks/zhong_father.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://p.lions.es/GraphicNetworks/zhong_father.html"> http://p.lions.es/GraphicNetworks/zhong_father.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://p.lions.es/INFRASTRUCTOUR/"> http://p.lions.es/INFRASTRUCTOUR/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/annotated-reader/"> http://p.lions.es/annotated-reader/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/annotated-reader/README.md"> http://p.lions.es/annotated-reader/README.md </a> </p>
<p> <a target="_blank" href="http://p.lions.es/annotated-reader/annotated-reader.html"> http://p.lions.es/annotated-reader/annotated-reader.html </a> </p>
<p> <a target="_blank" href="http://p.lions.es/annotated-reader/output/"> http://p.lions.es/annotated-reader/output/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/annotated-reader/text/"> http://p.lions.es/annotated-reader/text/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/bubblegum-postcard-master/"> http://p.lions.es/bubblegum-postcard-master/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/canvas/"> http://p.lions.es/canvas/ </a> </p>
<p> <a target="_blank" href="http://p.lions.es/oldindex.html"> http://p.lions.es/oldindex.html </a> </p>
<p> <a target="_blank" href="http://p.lions.es/ring.html"> http://p.lions.es/ring.html </a> </p>
<p> <a target="_blank" href="http://pewinternet.org/Reports/2010/Mobile-Access-2010.aspx."> http://pewinternet.org/Reports/2010/Mobile-Access-2010.aspx. </a> </p>
<p> <a target="_blank" href="http://pewinternet.org/readings/media/"> http://pewinternet.org/readings/media/ </a> </p>
<p> <a target="_blank" href="http://pixl8.xyz/"> http://pixl8.xyz/ </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/"> http://please.undo.undo.it/ </a> </p>
<p> <a target="_blank" href="http://please.undo.undo.it/Evolution_Social_Media/"> http://please.undo.undo.it/Evolution_Social_Media/ </a> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/"> http://please.undo.undo.it/Questions/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/"> http://please.undo.undo.it/Questions/NEW/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/first-page-questions-stay.html"> http://please.undo.undo.it/Questions/NEW/first-page-questions-stay.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/first-page.html"> http://please.undo.undo.it/Questions/NEW/first-page.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/fonts/"> http://please.undo.undo.it/Questions/NEW/fonts/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/old/"> http://please.undo.undo.it/Questions/NEW/old/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/old/ifr.htm"> http://please.undo.undo.it/Questions/NEW/old/ifr.htm </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/old/main.html"> http://please.undo.undo.it/Questions/NEW/old/main.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/old/questionsTEST.html"> http://please.undo.undo.it/Questions/NEW/old/questionsTEST.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/old/test.html"> http://please.undo.undo.it/Questions/NEW/old/test.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/privacy.html"> http://please.undo.undo.it/Questions/NEW/privacy.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/venv/"> http://please.undo.undo.it/Questions/NEW/venv/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/venv/bin/"> http://please.undo.undo.it/Questions/NEW/venv/bin/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/venv/include/"> http://please.undo.undo.it/Questions/NEW/venv/include/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/venv/lib/"> http://please.undo.undo.it/Questions/NEW/venv/lib/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/venv/lib/python3.5/"> http://please.undo.undo.it/Questions/NEW/venv/lib/python3.5/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/NEW/venv/lib/python3.5/site-packages/"> http://please.undo.undo.it/Questions/NEW/venv/lib/python3.5/site-packages/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/"> http://please.undo.undo.it/Questions/OLD/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/Question%20Nodes.html"> http://please.undo.undo.it/Questions/OLD/Question%20Nodes.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/TESTARTEMIS.html"> http://please.undo.undo.it/Questions/OLD/TESTARTEMIS.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/TESTNEW.html"> http://please.undo.undo.it/Questions/OLD/TESTNEW.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/createdots-prototype.html"> http://please.undo.undo.it/Questions/OLD/createdots-prototype.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/createdots-test-stay.html"> http://please.undo.undo.it/Questions/OLD/createdots-test-stay.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/createdots-test.html"> http://please.undo.undo.it/Questions/OLD/createdots-test.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/"> http://please.undo.undo.it/Questions/OLD/fonts/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/COPYING"> http://please.undo.undo.it/Questions/OLD/fonts/COPYING </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/README.html"> http://please.undo.undo.it/Questions/OLD/fonts/README.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/documentation/"> http://please.undo.undo.it/Questions/OLD/fonts/documentation/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/fonts/"> http://please.undo.undo.it/Questions/OLD/fonts/fonts/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/fonts/webfonts/"> http://please.undo.undo.it/Questions/OLD/fonts/fonts/webfonts/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/iceberg/"> http://please.undo.undo.it/Questions/OLD/fonts/iceberg/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.sfdir/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.sfdir/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.ufo/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.ufo/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.ufo/glyphs/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/Crickx/Crickx.ufo/glyphs/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/CrickxDroite.ufo/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/CrickxDroite.ufo/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/CrickxDroite.ufo/glyphs/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/CrickxDroite.ufo/glyphs/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/Crickx_droite.sfdir/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroite/Crickx_droite.sfdir/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/CrickxDroiteRush.ufo/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/CrickxDroiteRush.ufo/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/CrickxDroiteRush.ufo/glyphs/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/CrickxDroiteRush.ufo/glyphs/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/Crickx_droiteRush.sfdir/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxDroiteRush/Crickx_droiteRush.sfdir/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.sfdir/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.sfdir/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.ufo/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.ufo/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.ufo/glyphs/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxRush/CrickxRush.ufo/glyphs/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxSharkCut/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxSharkCut/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxSharkCut/CrickxSharkCut.sfdir/"> http://please.undo.undo.it/Questions/OLD/fonts/sources/CrickxSharkCut/CrickxSharkCut.sfdir/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/questionsold.html"> http://please.undo.undo.it/Questions/OLD/questionsold.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://please.undo.undo.it/Questions/OLD/testsvg.html"> http://please.undo.undo.it/Questions/OLD/testsvg.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://richfolks.club/"> http://richfolks.club/ </a> </p>
<p class="grey"> <a target="_blank" href="http://seattletimes.nwsource.com/html/localnews/2015343735_vancouversocial17m.html."> http://seattletimes.nwsource.com/html/localnews/2015343735_vancouversocial17m.html. </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com"> http://sweetandsour.chickenkiller.com </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/"> http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/annotated-reader.html"> http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/annotated-reader.html </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/output/"> http://sweetandsour.chickenkiller.com/01-WHAT-IS-NETWORK/output/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/"> http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/annotated-reader.html"> http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/annotated-reader.html </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/output/"> http://sweetandsour.chickenkiller.com/02-MACHINE-POLITICS/output/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/"> http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/annotated-reader.html"> http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/annotated-reader.html </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/output/"> http://sweetandsour.chickenkiller.com/190306-original-annotated-reader/output/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/annotation-bot/"> http://sweetandsour.chickenkiller.com/annotation-bot/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/annotation-bot/Centralised-decentralised-and-distributed-networks-Baran-in-Barabasi-2003.png"> http://sweetandsour.chickenkiller.com/annotation-bot/Centralised-decentralised-and-distributed-networks-Baran-in-Barabasi-2003.png </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/"> http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/test.html"> http://sweetandsour.chickenkiller.com/annotation-bot/XMPP-to-print/test.html </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/ring.html"> http://sweetandsour.chickenkiller.com/ring.html </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/traceroute/"> http://sweetandsour.chickenkiller.com/traceroute/ </a> </p>
<p> <a target="_blank" href="http://sweetandsour.chickenkiller.com/traceroute/traceroute-of-network/"> http://sweetandsour.chickenkiller.com/traceroute/traceroute-of-network/ </a> </p>
<p class="grey"> <a target="_blank" href="http://thisnotexit.com"> http://thisnotexit.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/"> http://twenty.fibreculturejournal.org/2012/06/20/fcj-147-liberation-technology-and-the-arab-spring-from-utopia-to-atopia-and-beyond/ </a> </p>
<p class="grey"> <a target="_blank" href="http://twenty.fibreculturejournal.org/readings/media/"> http://twenty.fibreculturejournal.org/readings/media/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://ulisesmejias.com"> http://ulisesmejias.com </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.aaronkoblin.com"> http://www.aaronkoblin.com </a> </p>
<p> <a target="_blank" href="http://www.bopsecrets.org/SI/Chtcheglov.htm"> http://www.bopsecrets.org/SI/Chtcheglov.htm </a> </p>
<p> <a target="_blank" href="http://www.bopsecrets.org/cat.htm"> http://www.bopsecrets.org/cat.htm </a> </p>
<p class="grey"> <a target="_blank" href="http://www.courthousenews.com/2011/06/10/37266.htm"> http://www.courthousenews.com/2011/06/10/37266.htm </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.courthousenews.com/readings/media/"> http://www.courthousenews.com/readings/media/ </a> </p>
<p> <a target="_blank" href="http://www.e-flux.com/journal/74/59816/contra-internet/"> http://www.e-flux.com/journal/74/59816/contra-internet/ </a> </p>
<p class="grey"> <a target="_blank" href="http://www.guardian.co.uk/commentisfree/2011/apr/21/syria-twitter-spambots-pro-revolution."> http://www.guardian.co.uk/commentisfree/2011/apr/21/syria-twitter-spambots-pro-revolution. </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://www.guardian.co.uk/readings/media/"> http://www.guardian.co.uk/readings/media/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.guardian.co.uk/technology/2011/apr/29/facebook-accused-removing-activists-pages"> http://www.guardian.co.uk/technology/2011/apr/29/facebook-accused-removing-activists-pages </a> </p>
<p class="grey"> <a target="_blank" href="http://www.guardian.co.uk/technology/2011/mar/17/us-spy-operation-social-networks."> http://www.guardian.co.uk/technology/2011/mar/17/us-spy-operation-social-networks. </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://www.guardian.co.uk/world/2011/jun/03/vodafone-egypt-advert-claims-revolution."> http://www.guardian.co.uk/world/2011/jun/03/vodafone-egypt-advert-claims-revolution. </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/."> http://www.itnewsafrica.com/2011/02/us-company-may-have-helped-egypt-spy-on-citizens/. </a> </p>
<p> <a target="_blank" href="http://www.itnewsafrica.com/readings/media/"> http://www.itnewsafrica.com/readings/media/ </a> </p>
<p> <a target="_blank" href="http://www.lizhi.fm"> http://www.lizhi.fm </a> </p>
<p class="grey"> <a target="_blank" href="http://www.lizhi.fm/borges_bookstore.html"> http://www.lizhi.fm/borges_bookstore.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://www.lizhi.fm/commodity_apartment.html"> http://www.lizhi.fm/commodity_apartment.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://www.lizhi.fm/entry.html"> http://www.lizhi.fm/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://www.lizhi.fm/goosebumps.html"> http://www.lizhi.fm/goosebumps.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://www.lizhi.fm/physiotherapy.html"> http://www.lizhi.fm/physiotherapy.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://www.lizhi.fm/public_library.html"> http://www.lizhi.fm/public_library.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://www.lizhi.fm/wang_zhen.html"> http://www.lizhi.fm/wang_zhen.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.nytimes.com/2011/06/12/world/12internet.html"> http://www.nytimes.com/2011/06/12/world/12internet.html </a> </p>
<p class="grey"> <a target="_blank" href="http://www.nytimes.com/readings/media/"> http://www.nytimes.com/readings/media/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/156317757_165679"> http://www.sohu.com/a/156317757_165679 </a> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/entry.html"> http://www.sohu.com/a/entry.html </a> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/parvenu_mansion.html"> http://www.sohu.com/a/parvenu_mansion.html </a> </p>
<p> <a target="_blank" href="http://www.sohu.com/a/zhong_father.html"> http://www.sohu.com/a/zhong_father.html </a> </p>
<p class="grey"> <a target="_blank" href="http://www.triple-c.at/index.php/tripleC/article/viewArticle/238"> http://www.triple-c.at/index.php/tripleC/article/viewArticle/238 </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="http://www.youtube.com/readings/media/"> http://www.youtube.com/readings/media/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="http://www.youtube.com/watch"> http://www.youtube.com/watch </a> </p>
<p> <a target="_blank" href="http://www.zachblas.info/works/contra-internet/"> http://www.zachblas.info/works/contra-internet/ </a> </p>
<p> <a target="_blank" href="https://en.wikipedia.org/wiki/Transport_Layer_Security"> https://en.wikipedia.org/wiki/Transport_Layer_Security </a> </p>
<p> <a target="_blank" href="https://mobike.com/global/"> https://mobike.com/global/ </a> </p>
<p class="grey"> <a target="_blank" href="https://mobike.com/global/entry.html"> https://mobike.com/global/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://mobike.com/global/parvenu_mansion.html"> https://mobike.com/global/parvenu_mansion.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism"> https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism </a> </p>
<p> <a target="_blank" href="https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism"> https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism </a> </p>
<p> <a target="_blank" href="https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism"> https://theanarchistlibrary.org/library/hakim-bey-t-a-z-the-temporary-autonomous-zone-ontological-anarchy-poetic-terrorism </a> </p>
<p> <a target="_blank" href="https://thenewinquiry.com/beyond-the-internet-and-all-control-diagrams/"> https://thenewinquiry.com/beyond-the-internet-and-all-control-diagrams/ </a> </p>
<p> <a target="_blank" href="https://www.dukeupress.edu/when-biometrics-fail"> https://www.dukeupress.edu/when-biometrics-fail </a> </p>
<p> <a target="_blank" href="https://www.eff.org/deeplinks/2011/06/week-internet-censorship."> https://www.eff.org/deeplinks/2011/06/week-internet-censorship. </a> </p>
<p class="grey"> <a target="_blank" href="https://www.eff.org/readings/media/"> https://www.eff.org/readings/media/ </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p> <a target="_blank" href="https://www.lagou.com/"> https://www.lagou.com/ </a> </p>
<p> <a target="_blank" href="https://www.lagou.com/entry.html"> https://www.lagou.com/entry.html </a> </p>
<p> <a target="_blank" href="https://www.lagou.com/parvenu_mansion.html"> https://www.lagou.com/parvenu_mansion.html </a> </p>
<p class="grey"> <a target="_blank" href="https://zhuanlan.zhihu.com/p/42738607"> https://zhuanlan.zhihu.com/p/42738607 </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://zhuanlan.zhihu.com/p/borges_bookstore.html"> https://zhuanlan.zhihu.com/p/borges_bookstore.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://zhuanlan.zhihu.com/p/commodity_apartment.html"> https://zhuanlan.zhihu.com/p/commodity_apartment.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://zhuanlan.zhihu.com/p/commodity_apartment.html"> https://zhuanlan.zhihu.com/p/commodity_apartment.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://zhuanlan.zhihu.com/p/entry.html"> https://zhuanlan.zhihu.com/p/entry.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://zhuanlan.zhihu.com/p/goosebumps.html"> https://zhuanlan.zhihu.com/p/goosebumps.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://zhuanlan.zhihu.com/p/physiotherapy.html"> https://zhuanlan.zhihu.com/p/physiotherapy.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://zhuanlan.zhihu.com/p/public_library.html"> https://zhuanlan.zhihu.com/p/public_library.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
<p class="grey"> <a target="_blank" href="https://zhuanlan.zhihu.com/p/wang_zhen.html"> https://zhuanlan.zhihu.com/p/wang_zhen.html </a> <img src="./img/rip_icon.png" alt="RIP LINK"> </p>
</div>
</div>
</div>
<footer id="footer">
<p>This is a project produced and published in the Experimental Publishing (XPUB) program of the Piet Zwart Institute. Rotterdam, April 2019</p>
</footer>
</body>
</html>

@ -0,0 +1,48 @@
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

@ -0,0 +1,431 @@
/*font by https://github.com/Fromager*/
@font-face {
font-family: "junicode";
src: url("font/junicode.ttf");
font-weight: 600;
font-style: normal;
}
body {
font-size: calc(9px + 0.3vw);
font-family: helvetica, sans-serif;
overflow-x: hidden;
}
/*fixed content*/
.static {
position: fixed;
top: 7%;
overflow: hidden;
}
/*h1 and h2*/
header {
width: 73%;
clear:right;
display: inline-block;
margin-left: 2%;
}
/*header links*/
header a:hover {
color: black;
}
/*"Alive, fully in motion,..."*/
h1 {
font-size: calc(16px + 0.4vw);
margin-bottom: -0.4%;
line-height: 110%;
}
/*"How to publish a network"*/
h2 {
font-weight: bold;
font-family: "junicode", serif;
font-size: calc(16px + 1.1vw);
}
/*"More to read"*/
h3 {
width: 37.5%;
margin-left: 12.5%;
margin-right: 50%;
margin-bottom: 6%;
font-family: "junicode", serif;
font-size: calc(12px + 0.7vw);
}
/*Small explanation of project*/
aside {
width: 23%;
float: right;
vertical-align: top;
line-height: 115%;
margin-right: 2%;
}
/*Who is we, What is this*/
.questions {
margin-top: 3%;
color: pink;
}
span{
font-style: italic;
}
/*Lifespan, Documentation, Tools*/
.menu {
width: 37.5%;
margin-left: 12.5%;
margin-right: 50%;
margin-top: 20%;
padding-top: 1%;
font-family: "junicode", serif;
font-size: calc(12px + 0.7vw);
}
/*January, March, April*/
.menu_2{
width: 50%;
margin-left: 25%;
padding-top: 1%;
margin-right: 25%;
font-size: calc(12px + 0.2vw);
}
.menus {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1;
background-color: white;
padding-bottom: 1%;
margin-bottom: 4%;
}
/*Content that scrolls up*/
.move {
position: relative;
height: 100%;
background-color: white;
margin-bottom: 4%;
}
/*References numbers in Documentation*/
sup {
vertical-align: super;
font-size: calc(8px + 0.2vw);
line-height: 0;
}
a:link{
text-decoration: none;
color: black;
}
a:visited {
color: black;
}
a:hover {
color: grey;
}
a:active {
color: black;
}
.grey a{
color: grey;
}
.lifespan{
font-size: calc(10px + 0.15vw);
line-height: 150%;
column-count: 3;
line-height: 160%;
margin-right: 25%;
background-color: white;
margin: 2%;
}
.lifespan a {
display: inline-block;
max-width: 80%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.lifespan img {
width: calc(25px + 0.07%);
padding-left: 1%;
position: absolute;
}
.documentation {
width: 50%;
font-size: calc(11px + 0.4vw);
line-height: 140%;
background-color: white;
max-width: 70ch;
margin: 2%;
}
.documentation p {
margin-top: 2%;
}
/*Notes of Documentation text*/
.notes {
font-size: calc(9px + 0.3vw);
line-height: 120%;
width: 75%;
margin-left: 25%;
}
/*Image in Documentation*/
#infrastructour {
width: 20%;
position: absolute;
left: 62.5%;
top: 10%;
-ms-transform: rotate(2.5deg); /* IE 9 */
-webkit-transform: rotate(2.5deg); /* Safari 3-8 */
transform: rotate(2.5deg);
}
/*Image in Documentation*/
#router {
width: 20%;
position: absolute;
left: 62.5%;
top: 45%;
}
/*Content of "More to Read"*/
.documentation_right{
width: 50%;
margin-left: 50%;
margin-top: 5%;
font-size: calc(11px + 0.4vw);
line-height: 140%;
}
.documentation_right p{
margin-bottom: 1%;
}
.tools p{
background-color: white;
width: 50%;
font-size: calc(11px + 0.4vw);
line-height: 140%;
margin-bottom: 1%;
max-width: 70ch;
margin: 2%;
}
.tools img {
width: 35%;
vertical-align: top;
margin-top: 5%;
}
footer{
text-transform: uppercase;
line-height: 130%;
margin: 2%;
background-color: white;
}
#grey, #grey2 {
color: grey;
}
@media only screen and (max-width: 550px){
.static{
top: 12%;
}
aside {
float: none;
width: 90%;
overflow: hidden;
color: grey;
margin: 2%;
margin-top: 8%;
font-size: calc(12px + 0.4vw);
}
.move {
margin-top: 90%;
width: 100%;
margin-right: 0;
background-color: white;
}
.lifespan{
column-count: 1;
margin-right: 0;
font-size: calc(14px + 0.4vw);
line-height: 140%;
}
.lifespan a {
display: inline-block;
max-width: 70%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.menu, h3 {
width: 100%;
margin-right: 0;
margin-left: 0;
font-size: calc(14px + 0.7vw);
}
.menu_2{
margin-left: 0;
width: 96%;
text-align: right;
font-size: calc(15px + 0.3vw);
}
.menus{
width: 100%;
margin-bottom: 10%;
margin-left: 2%;
}
header{
width: 96%;
}
.documentation, .tools p, .tools img, .documentation_right, .notes{
width: 94%;
margin: 2%;
}
.documentation{
font-size: calc(15px + 0.3vw);
}
/*Changing images position*/
#infrastructour, #router {
position: relative;
left: 0%;
margin-top: 5%;
margin-bottom: 10%;
width: 96%;
}
}
@media only screen and (min-width:550px) and (max-width: 961px){
aside {
float: none;
width: 60%;
overflow: hidden;
color: grey;
margin: 2%;
}
.static{
top: 12%;
}
.move {
margin-top: 40%;
width: 100%;
margin-right: 0;
background-color: white;
}
/*Reducing columns to 2*/
.lifespan{
column-count: 2;
margin-right: 0;
}
.lifespan a {
display: inline-block;
max-width: 70%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.menu, h3,.menu_2, .menus, header {
width: 96%;
}
}
/*For really big screens*/
@media only screen and (min-width:2500px) {
/*columns to 4*/
.lifespan{
column-count: 4;
font-size: calc(12px + 0.5vw);
}
.lifespan img{
width: 1.5%;
}
.menu_2, .documentation, .tools p{
font-size: calc(12px + 0.8vw);
}
h1{
font-size: calc(12px + 1vw);
}
aside {
font-size: calc(12px + 0.5vw);
}
.menu{
font-size: calc(15px + 1vw);
}
}
/*for weasyprint experiences*/
@page {
width: 128mm;
height: 210mm;
margin-top: 8mm;
margin-left: 8mm;
margin-bottom: 24mm;
margin-right: 16mm;
marks: crop;
}
@media print {
body {
background-color: white;
}
.documentation {
font-size: 9pt;
width: 87.5%;
}
.menus, header, aside, footer{
display: none;
}
.notes{
margin-right: 0;
}
.tools img {
width: 60%;
}
.page_break{
page-break-after: always;
}
.tools {
font-size: 9pt;
}
}

@ -0,0 +1,65 @@
/* Push the body down with margin-top*/
body {
margin-top: 40px;
/*background-color: pink;*/
}
/* CNN styling */
#cnn{
position: fixed;
width: calc(100% - 10px);
min-width: 420px;
height: 30px;
top:0;
left:0;
right: 0;
vertical-align: top;
padding: 5px;
font-size: 14px;
background-image: -webkit-gradient(linear, left top, left bottom, from(yellow), to(gold));
}
#cnn .button_container {
display: inline-block;
width: calc(50% - 20px);
}
button {
width:auto;
margin-right: 10px;
}
button:hover{
cursor: pointer;
}
#sitemap button{
position: absolute;
top:0;
right:0;
margin:5px;
padding:0;
color:blue;
}
@media screen and (orientation: portrait){
body {
margin-top: 80px;
/*background-color: yellow;*/
}
#cnn {
width: calc(100% - 10px);
height: 65px;
font-size: 12px;
}
#cnn .button_container {
width: calc(100% - 100px);
}
button {
width: 100%;
margin-bottom: 5px;
}
#sitemap button {
width: 100%;
margin-bottom: 10px;
}
}

@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Network We (de)Served</title>
<meta charset="UTF-8">
<meta name="date" content="April 2019">
<meta name="author" content="XPUB">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="img/favicon.png">
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!--Fixed content throughout pages-->
<div class="static">
<header><a href="index.html">
<h1>ALIVE, FULLY IN MOTION, UNSTABLE, DECAYING, DYING, RESTARTING.</h1>
<h2>HOW TO PUBLISH A NETWORK?</h2>
</a></header>
<aside>
<p> This website is a node of a <a target="_blank" href="https://issue.xpub.nl/08/"> bigger project. </a></p> </p>
<p> Here I reflect on the ephemeral aspect of networks. All pages listed bellow exist or existed before in the life span of this project. Together we produced texts, images, and research based on the topic of decentralized networks.</p>
<div class="questions">
<p> <a href="./january.html"> Who is we? </a> </p>
<p> <a href="#footer"> What is this?</a> </p>
</div>
</aside>
</div>
<!--Content that scrolls up-->
<div class="move">
<div class="menus">
<div class="menu">
<p> <a href="./index.html"> LIFESPAN </a><a href="./documentation.html"> DOCUMENTATION </a><a id="grey" href="./tools.html"> TOOLS </a> </p>
</div>
</div>
<div class="tools">
<p> These small scripts are written in Python and are based on web scraping methods. Web scraping is the process of gathering data, in this case, through automated actions. During this project, I was using these tools to crawl information from our network: images, the status of links, names of pages. By exploring and using this content I was hoping to overview the success or failure of our pages. The fragility of the network, but also the ability to grow and to discover new connections, really relates to our learning process throughout this trimester. </p>
<p><a target="_blank" href="https://git.xpub.nl/rita/tools"> You can find the scripts in the XPUB git repository.</a></p>
<div class="page_break">
<img src="./img/img_list.png" alt="image list scheme">
<img src="./img/img_list_screenshot.png" alt="image list scheme">
</div>
<div class="page_break">
<img src="./img/status_list.png" alt="image list scheme">
<img src="./img/status_list_screenshot.png" alt="image list scheme">
</div>
<div class="page_break">
<img src="./img/url_list.png" alt="image list scheme">
<img style="page-break-after: always" src="./img/url_list_screenshot.png" alt="image list scheme">
</div>
</div>
</div>
<footer id="footer">
<p>This is a project produced and published in the Experimental Publishing (XPUB) program of the Piet Zwart Institute. Rotterdam, April 2019</p>
</footer>
</body>
</html>
Loading…
Cancel
Save