From 6e213b62247368324a415f7068935ca74933e7ef Mon Sep 17 00:00:00 2001 From: "georgia.shaw" Date: Fri, 23 Aug 2019 11:28:35 +0100 Subject: [PATCH] tarot --- src/model/database/db_build.sql | 437 +++++++++++++++----------------- 1 file changed, 211 insertions(+), 226 deletions(-) diff --git a/src/model/database/db_build.sql b/src/model/database/db_build.sql index 140fc78..b958d49 100644 --- a/src/model/database/db_build.sql +++ b/src/model/database/db_build.sql @@ -12,158 +12,167 @@ CREATE TABLE tarot_cards ( INSERT INTO tarot_cards (tarot_heading, tarot_description, tarot_image) VALUES ('The Hacker', - 'The Hacker has their finger on the pulse of the world—manipulating, communicating, connecting, translating. The Hacker whispers in the languages of meat and machines—twisting logic like pretzels. But the Hacker’s face is a mask, mediated by the magic of a native network: their identity (and motive) is always obscure, and their alignment might change at any moment. The Hacker is a powerful if capricious ally, but a fearsome enemy. How long will your agenda overlap with theirs?', - ' - - - - - - - - - - - - - - - - - - - - - - - - + ' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + '), + ('The State', 'The State — sometimes known to its enemies as The Patriarchy — is hierarchy, control, regulation, stability, order, discipline. The State is an organization, but it is also the urge to organize, usually from the top downwards—the State establishes and protects order. But to maintain order is to do battle with entropy, that deathless and infinite enemy — and order often requires the suppression or sacrifice of difference and novelty.', - ' - - - - - - - - - - - - - - - - - - - - - - - - + ' + + + + + + + + + + + + + + + + + + + + + + + + + + + '), + ('The Whistleblower', 'The Whistleblower understands that knowledge is the domain of power because they pay the price of Prometheus for redistributing the former against the wishes of the latter. They are forced out to the edges, where they might better be hunted down or run to ground. The Whistleblower is an enemy to their native State, and so may find their enemy’s enemies to be friends, if only temporarily. But are the secrets they tell the truth, whole and nothing but? For The Whistleblower soon learnsthat a secret loses its value when shared.', - ' - - - - - - - - - - - - - - - - - - - - - - - - + ' + + + + + + + + + + + + + + + + '), + ('The Designer', 'The Designer is a problem-solver, an aesthetician, a craftsperson. But The Designer is also an engineer of choice: through their work, they shape the ways in which any thing might be used, constructing the interactional options through which we navigate. And — importantly — The Designer has to make choices to provide choices. The Designer is always a solution wrapped up in a dilemma…except when they’re a dilemma wrapped up in a solution. Which would you choose?', - ' - - - - - - - - - - - - - - - - - - - - - - - - + ' + + + + + + + + + + + + + + + + + + + '), + ('The Academy', 'The Academy is a place for learning, a laboratory, utopia, solipsism, theory. The Academy critiques The State, even as The State is a precondition of its existence. The Academy works out ways to kill monsters and makes new monsters in the process. One can see far and wide from the top of The Academy’s towers, but remember that towers may be toppled: experts can fall from fashion and favor, even — if not especially — when they turn out to be right.', - ' - - - - - - - - - - - - - - - - - - - - - - - - + ' + + + + + + + + + + + + + + + + + + + + '), @@ -173,33 +182,28 @@ INSERT INTO tarot_cards (tarot_heading, tarot_description, tarot_image) VALUES useless on its own, nothing can be done without it. Capital serves no master but itself, just as those who serve only Capital serve only themselves. Capital is the cake and the knife that cuts it. Will you grab for a slice or settle for the crumbs?', - ' - - - - - - - - - - - - - - - - - - - - - - - - + ' + + + + + + + + + + + + + + + + + + '), + ('The Meme', 'The Meme is a bright nightmare or a dark daydream dragged out of the far corners of the culture, a joke that goes bump in the night. The Meme is the unspeakable spoken as cliché, @@ -207,33 +211,28 @@ INSERT INTO tarot_cards (tarot_heading, tarot_description, tarot_image) VALUES and everything thats good about that thing you hate. The Meme like fiction, is the little lie that sometimes tells a larger truth. The Meme can question Authority or speak on Authoritys behalf. The Meme is clever but cruel: its all fun and games until its your face on 4chan.', - ' - - - - - - - - - - - - - - - - - - - - - - - - + ' + + + + + + + + + + + + + + + + + + '), + ('The Consumer', 'The Consumer may represent the protagonist of the narrative, but also stands for the urge to transcend the status quo, to act without forethought. @@ -242,33 +241,28 @@ INSERT INTO tarot_cards (tarot_heading, tarot_description, tarot_image) VALUES While there can be bravery in The Consumers innocence: a willingless to changeor to be changed, bad things happen to innocents abroad...and they may be poor company when the chips are down.', - ' - - - - - - - - - - - - - - - - - - - - - - - - + ' + + + + + + + + + + + + + + + + + + '), + ('The Visionary', 'The Visionary hasnt just seen the light - The Visionary is the light - or so The Visionary believes. And it is The Visionary who believes hard enough can infect others with their belief. @@ -276,31 +270,22 @@ INSERT INTO tarot_cards (tarot_heading, tarot_description, tarot_image) VALUES certainty? The Visionary has a solution, but remember, Visionaries have different problems to the rest of us - thats why they see things we dont. The Visionary shines brightly, blinding those who look up to them - but they cast long shadows too. What is illuminated, and what is concealed by the dark?', - ' - - - - - - - - - - - - - - - - - - - - - - - - + ' + + + + + + + + + + + + + + + ');