VHS Adventure Time whaaaaat?
Student Union Building, Duquesne University, Pittsburgh, Pennsylvania, 1968
(Paul Schweikher Associates)
Christine Harnos, Joey Lauren Adams, Jason London, Richard Linklater, Matthew McConaughey and Rory Cochrane on-set of Dazed and Confused (1993)
In the movie “Ex Machina” (which is really great BTW) this code can briefly be seen:
#BlueBook code decryption
import sys
def sieve(n):
x = [1] * n
x[1] = 0
for i in range(2,n/2):
j = 2 * i
while j < n:
x[j]=0
j = j+i
return x def prime(n,x):
i = 1
j = 1
while j <= n:
if x[i] == 1:
j = j + 1
i = i + 1
return i - 1
x=sieve(10000)
code = [1206,301,384,5]
key =[1,1,2,2,] sys.stdout.write(“”.join(chr(i) for i in [73,83,66,78,32,61,32]))
for i in range (0,4):
sys.stdout.write(str(prime(code[i],x)-key[i]))Which when you run with python2.7 you get the following:
ISBN = 9780199226559
Which is Embodiment and the inner life: Cognition and Consciousness in the Space of Possible Minds
Pretty neat easter egg!jgc says: “There’s a related thread on reddit about this.”
One step closer to artificial intelligence: Scientists create cells replicating human brain processes →
“Australian scientists have for the first time developed an electronic long-term memory cell that mimics the work of a human brain. Researchers say the discovery is a step towards creating a bionic brain.
Researchers from the Royal Melbourne Institute of Technology (RMIT) have created the world’s first electronic multi-state memory cell which mirrors the brain’s ability to simultaneously process and store multiple strands of information, according to the university’s press-release.
The groundbreaking discovery was recently published in the materials science journal Advanced Functional Materials.
The device which is 10,000 times thinner than a human hair is a “vital step towards creating a bionic brain,” the scientists said.
“This is the closest we have come to creating a brain-like system with memory that learns and stores analog information and is quick at retrieving this stored information,” said project leader and co-leader of the RMIT Functional Materials and Microsystems Research Group, Dr Sharath Sriram.
The lead author of the study Dr Hussein Nili, said that the device is major step in recreating the human brain.
“This new discovery is significant as it allows the multi-state cell to store and process information in the very same way that the brain does,’ he said.”
Another quick concept piece from a project a few months back. So much fun with these. TRON TIME!
#art #concept #design #coneptart #digital #landscape #matte painting #tron
Institute for Advanced Study, Princeton, New Jersey, 1960s
(Geddes, Brecher, Qualls, Cunningham)
Ilya Dykov