User:Kendal: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 6: Line 6:
= '''Digital Welcome Mat''' =  
= '''Digital Welcome Mat''' =  


☁️ My obsessions include (but are not limited to)_ Inbetween states, the dissemination of interior space, repurposing and hacking traditional practices, subversive design and simulation as a tool. ☁️
☁️ My obsessions include (but are not limited to)_ Inbetween states, the dissemination of interior space, repurposing and hacking traditional practices, subversive design, dead links and simulation as a tool. ☁️


Bonus fact_ Greek architecture, ceramics & sculpture are my antidote to life in general. 🏛🏺
Bonus fact_ Greek architecture, ceramics & sculpture are my antidote to life in general. 🏛🏺
<br><br>           
<br><br>           
<big>_find me</big><br>
<big>_find me</big><br>
https://tr0pisms.hotglue.me/<br>
[https://tr0pisms.hotglue.me/ web]<br>
https://www.instagram.com/tr0pisms/
[https://www.instagram.com/tr0pisms/ insta]
== B👀KZ  ==
== B👀KZ  ==
[[User:Kendal/Reading List__|[Currently Reading + Books of Note] ]]
[[User:Kendal/Reading List__|[Currently Reading + Books of Note] ]]


= Year 1 =
= Special Issues =
==Special Issues==
[[User:Kendal/Special Issue #13|Special Issue #13 ]]
[[User:Kendal/Special Issue #13|Special Issue #13 ]]


==Prototyping==
[[User:Kendal/Situationist Times| Special Issue #14 ]]


===Session #1===
[[User:Kendal/radioimplicancies| Special Issue #15 ]]
→ Generating randomised textual poems from a set of variable words/phrases<br>


https://notebook.xpub.nl/hub/user-redirect/lab/tree/AHOUSEOFDUST.ipynb
= Year 2 =
 
[[User:Kendal/Year 2|Year 2 Landing Page ]]
 
===Session #2===
 
===Session #3===
→ ASCII time, converting images into ascii via python.
 
<syntaxhighlight lang="python">
from PIL import Image
from urllib.request import urlopen
 
f = Image.open (urlopen("PUT URL HERE"))
g = f.convert("1") #for b&w
g.save ("bw.png") #to save a new copy
 
import aalib
screen = aalib.AsciiScreen(width=80, height=40) #size of the canvas
h = f.resize(screen.virtual_size).convert('L',dither=Image.NONE)
screen.put_image((0, 0), h)
print (screen.render())
 
                __s_s_s_s_s_s_s_s_s_s_s_s_s_.             
                -QQQQQQQQQQQQQQQQQQQQQQQQQQP             
                  )TWQQQQQQQQQQQQQQQQQQQQQVT'             
              .__,_ -QQQQQQQQQQQQQQQQQQQQP  ___,.         
            _yQQQQQQgmWQQQQQQQQQQQQQQQQQQggQQQQQQw,       
          _QQQ@VV$QWQQQQQQW$QQQQQQQQQQQQQQWHVVQQQm.       
          jQQ[   -4WQQQQQQdQQQQQQQQQQQQW!    4QQ[      
          dQQ:   <QWQQQQQQm3QQQQQQQQQQQQg,    )WQf       
          ]QQc  .jQQWQQQQQQQgJQQQQQQQQQQQQQ/  jQQ(       
          -WQQc_mQQQQQQQQV4WQh$SQQQQQQQQQQQQw.jQQE       
            +QQWQQQQQQQ@?` ]WQQyQQQQQQQQQQQQQQQWQ@`       
            )QQQQQQQQF    jQQQQQQQQQQQQQQQQQQWQ@'         
              )QQQQQQD    -9QQQQQQWQQQQQQQQQQQW'         
              QQQQQW'      ~9QQQQEQQQQQQQQQQQf           
              $WQQQQgas,.  ..=VHBGQWQQQQQQQQQ[           
              )QQQQQQQWQQQmQWQQQQWQWQQQQQQQQQW           
                $WQQQQQQQQWQQQQQQQQQWQQQQQQQQQ[           
                -WWQQQQQQQQQQQQQQQQQQQQQQQQQQP             
                -QWQQQQQQQQmmmmm5QWQQQQQQQQP             
                  -$QQQQQQQQQQQ@nBUWQQQQQQQF               
              _/  4QQQQWQQQQQQQWWWQQQQQW(               
          _swQW`    "$QQQQQQQQWWWQQQQQQP`                 
          jWWWWf      4WQQQQQQQQQQQQQ@^                   
        jmWQQQg,      -9QQQQQQQQQQW?                     
        )WWQQQQWQc    .saQQQQQQQQQQma,                   
          "Y$QQQWWg, _wQQWQQQQQQQQQQQWQQa                 
            -~~~~~` --------------------                 
                                                           
 
</syntaxhighlight>




[[Category:Xpub]]
[[Category:Xpub]]

Latest revision as of 13:25, 28 July 2021

"Everything proceeds as if space had been trapped by time, as if there were no history other than the last forty-eight hours of news, as if each individual history were drawing its motives, its words and images, from the inexhaustible stock of an unending history in the present."
Marc Auge, Non-lieux: introduction à une anthropologie de la surmodernité

Classical simulation in progress, Het Nieuwe Instituut, 2020

Digital Welcome Mat

☁️ My obsessions include (but are not limited to)_ Inbetween states, the dissemination of interior space, repurposing and hacking traditional practices, subversive design, dead links and simulation as a tool. ☁️

Bonus fact_ Greek architecture, ceramics & sculpture are my antidote to life in general. 🏛🏺

_find me
web
insta

B👀KZ

[Currently Reading + Books of Note]

Special Issues

Special Issue #13

Special Issue #14

Special Issue #15

Year 2

Year 2 Landing Page