🔸WAAG LAB🔸
On est heureux de présenter notre projet A:B:S lors de notre passage chez @blooplondon ce week-end.
C’est également l’occasion d’annoncer le lancement de notre série de podcasts : waag Lab 🔬
📡 waag Lab w/ A:B:S | 14.12.26 | 13-15 (UK time)
#techno #londonradio #recording
import time,random
p=[« neon breath », « ghost signals », « zeros disolve »]
g=« .:-/\\=+01 »
for l in p: for c in l: print(random.choice(g) if c!=« « and random.random()<.1 else c,end=« »,flush=True) time.sleep(.02) print();time.sleep(.3)
print(« \n— end —« )