Original 17 rules

Every Xanadu server is uniquely and securely identified.
Every Xanadu server can be operated independently or in a network.
Every user is uniquely and securely identified.
Every user can search, retrieve, create and store documents.
Every document can consist of any number of parts each of which may be of any data type.
Every document can contain links of any type including virtual copies ("transclusions") to any other document in the system accessible to its owner.
Links are visible and can be followed from all endpoints.
Permission to link to a document is explicitly granted by the act of publication.
Every document can contain a royalty mechanism at any desired degree of granularity to ensure payment on any portion accessed, including virtual copies ("transclusions") of all or part of the document.
Every document is uniquely and securely identified.
Every document can have secure access controls.
Every document can be rapidly searched, stored and retrieved without user knowledge of where it is physically stored.
Every document is automatically moved to physical storage appropriate to its frequency of access from any given location.
Every document is automatically stored redundantly to maintain availability even in case of a disaster.
Every Xanadu service provider can charge their users at any rate they choose for the storage, retrieval and publishing of documents.
Every transaction is secure and auditable only by the parties to that transaction.
The Xanadu client-server communication protocol is an openly published standard. Third-party software development and integration is encouraged.[5]
ഈ പ്രമാണം വിക്കിമീഡിയ കോമൺസിൽ നിന്നുള്ളതാണ്. പ്രമാണത്തെക്കുറിച്ചുള്ള വിവരണം താഴെ കൊടുത്തിരിക്കുന്നു.
കോമൺസ് ഒരു സ്വതന്ത്ര പ്രമാണ സംഭരണിയാണ്‌. താങ്കൾക്ക് ഞങ്ങളെ സഹായിക്കാം.
T R Y
M E
T R Y 
M E

^^^^^^^
^^^^^^^
^^^^^^^
^^^^^^^
^^^^^^^
^^^^^^^
^^^^^^^
^^^^^^^
^^^^^^^^^^^^^^
machines should
work
people should
think
XANADU/TED NELSON
HUMA
NISME
 NUME
RIQUE
?
navigation rapide
I'LL BE HOME FOR BREAKFAST :-)
KEUTE EUPE
CHIENSPAM
Environments
are
not
passive wrappings,
but
are,
rather,
active
processes
which
are
invisible.
The Medium is the Massage - Marshall McLuhan
Althought I'm a completely common person on Krypton, from the moment I landed on Earth, I sponteanously developed the following abilities: SUPERHUMAN STRENGTH, INVULNERABILITY, HEALING FACTOR, SUPERHUMAN SPEED, X-RAY VISION, HEAT VISION, SUPERHUMAN BREATH, SUPERHUMAN HEARING, SUPERHUMAN VISION, SUPERHUMAN OLFACTION, EIDETIC MEMORY, MASTER COMBATANT. We might say my new environment had a strong impact on me, as I do have a strong impact on it. I am a misfit, this world is too easy for me.
CHAPTER 2. SUPERMAN



/* @pjs preload="/static/uploaded_resources/p.8342/superman.jpg"; */
/* @pjs preload="/static/uploaded_resources/p.8342/clark.jpg"; */


char[] krypton_DNA ={'█','█','▓','▒','░','#','≡','%','$','@','&'};
String earth_landing = "/static/uploaded_resources/p.8342/superman.jpg";
String human_camouflage= "/static/uploaded_resources/p.8342/clark.jpg";

PImage superman = loadImage("/static/uploaded_resources/p.8342/superman.jpg");
PImage clark = loadImage("/static/uploaded_resources/p.8342/clark.jpg");


int exotic_disturbance = 10;
PFont krypton_cells;
float fly_ability;
float superhuman_speed;

void setup(){
superman= loadImage(earth_landing);
clark_kent= loadImage(human_camouflage);

size(800,800);
krypton_cells = loadFont("ArialMT-48.vlw");

fly_ability = superman.width/exotic_disturbance;
superhuman_speed = superman.height/exotic_disturbance;

fly_ability = clark_kent.width/exotic_disturbance;
superhuman_speed = clark_kent.height/exotic_disturbance;




println("Althought I'm a completely common person on Krypton, from the moment I landed on Earth, I sponteanously developed the following abilities: SUPERHUMAN STRENGTH, INVULNERABILITY, HEALING FACTOR, SUPERHUMAN SPEED, X-RAY VISION, HEAT VISION, SUPERHUMAN BREATH, SUPERHUMAN HEARING, SUPERHUMAN VISION, SUPERHUMAN OLFACTION, EIDETIC MEMORY, MASTER COMBATANT. We might say my new environment had a strong impact on me, as I do have a strong impact on it. I am a misfit, this world is too easy for me");
}

void draw(){
background(255);
textFont(krypton_cells,exotic_disturbance+3);
for(int disorientation = 0; disorientation < height; disorientation+= exotic_disturbance){
for(int tropical = 0; tropical< width; tropical+= exotic_disturbance){
color environmental_maladjustment = superman.get(int(tropical),int(disorientation));
fill(environmental_maladjustment);
textAlign(CENTER);

float superhuman_vision = brightness(environmental_maladjustment);
char extraterrestrial_imbalance = krypton_DNA[int(superhuman_vision/25.5)];
text(extraterrestrial_imbalance,(tropical),(disorientation));
}
}

for(int disorientation = 0; disorientation< height; disorientation+= exotic_disturbance){
for(int tropical = 0; tropical < width; tropical+= exotic_disturbance){
color environmental_maladjustment = clark_kent.get(int(tropical),int(disorientation));
fill(environmental_maladjustment);
textAlign(CENTER);

float superhuman_vision = brightness(environmental_maladjustment);
char extraterrestrial_imbalance = krypton_DNA[int(superhuman_vision/25.5)];
text(extraterrestrial_imbalance,(tropical),(disorientation));
}
}


}

void keyPressed() {
if (key == CODED) {
if (keyCode == UP) {
exotic_disturbance++;
} else if (keyCode == DOWN) {
exotic_disturbance--;
}
}
constrain(exotic_disturbance,1,99);
}
>>>>
>>>>
>>>>
>>>>
>>>>
rejet
du
corps
par
l'organe
>>>>
>>>>
>>>>
>>>>
>>>>
WHAT 
YOU
DON'T 
SEE 
IS 
WHAT 
YOU GET
V
V
V
rébecca brunet - 2013 - Ce site a été initialement élaboré pendant le cours "Collages/codages : pratiques et réseaux contemporains" de Madeleine Aktypi à l'ERG (http://www.erg.be). Il est en connexion avec http://aaronswartzismynewhero.hotglue.me (Arsène Filiatreau) ; http://thespecialglue.hotglue.me (Quentin Moiny) ; http://dreamachine.hotglue.me (Christophe Synak) ; http://coldclue.hotglue.me (Madeleine Aktypi).