Upload files to 'How_to_publish_a_network'

master
rita 4 years ago
parent 1c40e7cbb4
commit 089ee861ee

@ -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>

@ -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,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