Skip to content

Instantly share code, notes, and snippets.

View cpressey's full-sized avatar
🚚
Moved to codeberg.org/cpressey

Chris Pressey cpressey

🚚
Moved to codeberg.org/cpressey
View GitHub Profile
@cpressey
cpressey / gist:47918e6254e64d0130b6
Last active August 29, 2015 14:03
Code=Art Chronography : Notes

Pre-Digital

  • Yoko Ono, Smoke painting, 1961

    A painting containing instructions (written in Japanese characters) for how to make the painting. In other words, a bootstrapped painting.

  • Fluxus/conceptual art movement around the same time (needs more detail, obv.)

@cpressey
cpressey / 3×C(21,3)+2×C(215,2)=50000.md
Created November 9, 2014 14:57
3×C(21,3)+2×C(215,2)=50000: The Novel

Introduction Preface Foreword

Okay Multivac, okay tell, okay me, okay a, okay story, okay anonymous, okay electronic, okay agora, okay agonizing, okay unreconstructed, okay hipsterism, okay revisionist, okay romance, okay reformation, okay siphoning, okay freemarket, okay hyperdebt, okay planetary.

Introduction Preface Preamble

Okay pinball, okay global, okay antfarm, okay legislation, okay smartphone, okay barista, okay versus, okay financier, okay outed, okay asset, okay tagged, okay Thinkpad, okay dead, okay giveaway, okay methinks, okay creative, okay tax.

@cpressey
cpressey / Excerpts from "Appreciating the Great D'skuban Playwrights, Vol. I".md
Created November 12, 2014 10:19
Excerpts from "Appreciating the Great D'skuban Playwrights, Vol. I"

"... kidonaki ..."

Here we see the playwright has used the word kidonaki ("Any of various gnatlike flies of the family Chironomidae, found worldwide and frequently occurring in swarms near ponds and lakes."), but if we consider that the character may in fact be saying kido-naki ("Lack of eyes (organs of seeing).", and "To generate pus; suppurate."), another level of meaning is apparent.

@cpressey
cpressey / A Rainy Sunday Afternoon.md
Last active August 29, 2015 14:10
A Rainy Sunday Afternoon

Bob took a deck of cards out of the drawer. Bob shuffled the cards.

"Alice, would you like to play a game of War?" asked Bob. "Sure, why not?" said Alice.

Bob dealt a card to Alice. Bob dealt a card to himself. Bob dealt a card to Alice. Bob dealt a card to himself. Bob dealt a card to Alice. Bob dealt a card to himself. Bob dealt a card to Alice. Bob dealt a card to himself. Bob dealt a card to Alice. Bob dealt a card to himself. Bob dealt a card to Alice. Bob dealt a card to himself. Bob dealt a card to Alice. Bob dealt a card to himself. Bob dealt a card to Alice. Bob dealt a card to himself. Bob dealt a card to Alice. Bob dealt a card to himself. Bob dealt a card to Alice. Bob dealt a card to himself. Bob dealt a card to Alice. Bob dealt a card to himself. Bob dealt a card to Alice. Bob dealt a card to himself. Bob dealt a card to Alice. Bob dealt a card to himself. Bob dealt a card to Alice. Bob dealt a card to himself. Bob dealt a card to Alice. Bob dealt a card to himself. Bob dealt a card to Alice

@cpressey
cpressey / Hope_and_Remembrance.md
Created November 28, 2014 09:45
Hope and Remembrance

Hope and Remembrance

Purnima and Leszek saw a vampire getting on a bus.

Then one day, Leszek turned to Purnima and asked, "Purnima, do you think that one day we will remember that time when we remembered that time when we saw the Loch Ness monster underneath the bridge?" "Somehow, Leszek, I'm sure we will," said Purnima.

Then one day, Leszek turned to Purnima and said, "Purnima, do you remember that one time when we saw a vampire getting on a bus?" Purnima smiled. "Of course I do, Leszek."

Then one day, Leszek turned to Purnima and said, "Purnima, do you remember that one time when we wondered if we'd ever remember that time when we remembered that time when we saw the Loch Ness monster underneath the bridge?" Purnima smiled. "Of course I do, Leszek."

@cpressey
cpressey / Threnody for Abraxas.md
Last active August 29, 2015 14:10
Threnody for Abraxas [Public domain; see http://unlicense.org/]

Threnody for Abraxas

Preface

The randomly-assembled phantasmagoric Surrealist word/concept-painting you are about to read/view, like much of Surrealist art, may contain scenes of depravity, degeneracy, injustice, and general weirdness, and like much generative art, may contain unintentional racism, unintentional sexism,

@cpressey
cpressey / Hull reappointed breads overspecializing untruth .txt
Created April 7, 2015 20:50
Hull reappointed breads overspecializing untruth
unwilling wormhole's empowers righteous whim's
shyer Young birthdays Heidi's flibbertigibbets
credentials chorussed travel piloting now's
Hull reappointed breads overspecializing untruth
clearance's Cardenas warmhearted campiest uprisings
mahogany equip Paramaribo's pines represented
censorship swag's prostitute disambiguation porpoising
debarment capillaries starlit bowl's tender's
villeins pilaw weeds teamsters separatist's
@cpressey
cpressey / Fizzy Drinks.txt
Created April 8, 2015 11:56
Fizzy Drinks
i had;
was a on the of the in the;
upon the
of his,
in his i could he had!
with a,
began to!
and i i was and the the squire
he was.
by the said the
@cpressey
cpressey / Expensive Shoes.txt
Last active August 29, 2015 14:18
Expensive Shoes
BUT HENCE ----- you'll need
++++ you'll say -----
---- SO HENCE they'll have
+++++ --- +
--- i'll have +
AND THEN +++ ++++
----- ++ ----
- BUT NOW AND NOW
++ - --
++ ---- SO NOW
@cpressey
cpressey / tube-quine.py
Last active August 29, 2015 14:18
A Python quine written in haste while travelling on the London Underground (and susbequent devolution, which did not occur while on public transport)
# prelude
a = """# prelude"""
b = """# remainder
print a
print 'a = ""' + '"' + a + '""' + '"'
print 'b = ""' + '"' + b + '""' + '"'
print b
"""
# remainder
print a