Difference between revisions of "Source Code"

From Serial Experiments Lain wiki
Jump to: navigation, search
m (rephrase)
m
Line 6: Line 6:
 
Afx-n-nPrv-View.CL is the source for a code walker. This was probably included for its tongue-in-cheek reference to [[Apple Inc. references | Apple]] in a section of code that is commented out. The full file can be found [http://ftp.sunet.se/pub/lang/lisp/code/codewalk/walk/new_walk.cl here.]
 
Afx-n-nPrv-View.CL is the source for a code walker. This was probably included for its tongue-in-cheek reference to [[Apple Inc. references | Apple]] in a section of code that is commented out. The full file can be found [http://ftp.sunet.se/pub/lang/lisp/code/codewalk/walk/new_walk.cl here.]
  
CRowView.CL contains code for [http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life John Conway's Game of Life.] The creators probably selected this code because of its seemingly [[God|omnipotent]] implications, i.e. creating worlds and life. The full file can be found [http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/fun/life.cl here.]
+
CRowView.CL contains code for [[Wikipedia:Conway's Game Of Life|John Conway's Game of Life.]] The creators probably selected this code because of its seemingly [[God|omnipotent]] implications, i.e. creating worlds and life. The full file can be found [http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/fun/life.cl here.]
  
Some more tenuous, coincidental links between CGoL and Lain include the fact that the recently established [http://www.catb.org/hacker-emblem/ Hacker Emblem] was inspired by the Game of Life, and Lain can be described as a hacker; and that CGoL also inspired the [http://en.wikipedia.org/wiki/Poietic_Generator Poietic Generator,] while Lain [[Give some examples of cybernetic systems at play in specific visual texts. What metaphors of the body in contemporary society do they suggest? And to what commodity end are they marketed?|has been described as an autopoietic entity]].
+
Some more tenuous, coincidental links between CGoL and Lain include the fact that the recently established [http://www.catb.org/hacker-emblem/ Hacker Emblem] was inspired by the Game of Life, and Lain can be described as a hacker; and that CGoL also inspired the [[Wikipedia:Poietic Generator]] while Lain [[Give some examples of cybernetic systems at play in specific visual texts. What metaphors of the body in contemporary society do they suggest? And to what commodity end are they marketed?|has been described as an autopoietic entity]].
 +
 
 +
[[Category:Technology]]

Revision as of 09:56, 27 January 2014

CRowView.CL
Afx-n-nPrv-View.CL

In Layer 07, there is a scene where Lain is in class, surreptitiously working on her HandiNAVI instead of paying attention. For a few seconds, her NAVI screen is visible, and we can see her rapidly scroll through two files of Common Lisp source code, named CRowView.CL and Afx-n-nPrv-View.CL.

Afx-n-nPrv-View.CL is the source for a code walker. This was probably included for its tongue-in-cheek reference to Apple in a section of code that is commented out. The full file can be found here.

CRowView.CL contains code for John Conway's Game of Life. The creators probably selected this code because of its seemingly omnipotent implications, i.e. creating worlds and life. The full file can be found here.

Some more tenuous, coincidental links between CGoL and Lain include the fact that the recently established Hacker Emblem was inspired by the Game of Life, and Lain can be described as a hacker; and that CGoL also inspired the Wikipedia:Poietic Generator while Lain has been described as an autopoietic entity.