:: The Spoon that Would Not Go Away ::

A very nice summary of the life of one, Fritze the Great. A fresh mix of comedy, romance, drama, sorrow, and irony is sure to bring laughs, tears, and middle fingers.

:: bloghome ::

[:: Web Blogs ::]
:: AHW ::
:: The Geoff ::
[:: Web Cmx ::]
:: ?'able Content ::

[:: Archive ::]
11.2002
12.2002
03.2003
04.2003
05.2003
06.2003
07.2003
08.2003
09.2003
10.2003
11.2003
11.2004
12.2004
01.2005
02.2005
03.2005
04.2005
05.2005
06.2005
07.2005
08.2005
09.2005
10.2005
12.2005
02.2006
03.2006
04.2006
05.2006
06.2006
07.2006
10.2006
12.2006
01.2007
02.2007
03.2007
04.2007
05.2007
06.2007
07.2007
08.2007
09.2007
10.2007
11.2007
01.2008
02.2008
03.2008
04.2008
05.2008
06.2008
07.2008
08.2008
09.2008
10.2008
11.2008
12.2008
02.2009
03.2009
04.2009
06.2009
07.2009
08.2009
09.2009
10.2009
11.2009
01.2010
02.2010
03.2010
05.2010
06.2010
07.2010
08.2010
09.2010
10.2010
08.2011
09.2011
10.2011
11.2011
01.2012
02.2012

:: 1.28.2012 :: :: 4:12 PM :: :: *(Null) ::
   I scanned over a couple of slides that I saw on reddit about kernel exploits. I didn't finish the set of slides because I got distracted by ideas of 'my own'. A few towards the beginning provided an interesting example of how it is possible to hi-jack the kernel by writing instructions to memory address 0x00000000 and dereferencing a NULL pointer. Apparently, dereferencing a NULL pointer on Linix systems causes the kernel to jump to address 0x00000000. I have no idea why. Maybe the slides explain this. I thought the kernel would jump to some sort of error handling routine with a null pointer. If 0x00000000 is undefined, then there should be a kernel panic and system hang so something else must come into play to prevent that.
   But technical details aside, I wonder if any valid parallels can be drawn between this sort of thing and human consciousness, parallels that are meaningful and useful.

Subconscious ≡
behavior patterns and habits
"what a person does by instinct"
memories and interpretive biases
∀ Human : Subconscious ∈ Human
∀ Subconscious : Subconscious( Culture, Gender, Nature, Nurture, ... )
∀ Behavior : Behavior( Subconscious, ... )
∀ Interpretation : Interpretation ∈ Behavior
?∃ x : Interpretation( Subconscious, ..., x ) ⇔
*(Null)

H1: x = Cthulu


Let the Subconscious be behavior patterns, habits, "what a person does by instinct", memories, and interpretive biases
And let humans have a subconscious
And let subconsciousness-es be a result of culture, gender, nature, nurture and other factors
And let behavior be a result of the subconscious and other factors
And let interpretation be a part of behavior
Does there exist an x that cannot be interpreted, that drives you insane?

#include "Everything.h"
#include <iostream.h>

int main() {
Subconscious* mySubCon = new Subconscious( LocalSettings::CULTURE, LocalSettings::GENDER, LocalSettings::NATURE, LocalSettings::NUTURE );
Human* myHuman = new Human( mySubCon );
std::cout << myHuman->interpret( Null );
}

Comments:
Post a Comment

Main Blogger site.

[::..NOTICE..::]
Notice: Some of the styles used on this page are featured on the Gentoo Wiki. That content, as near as I can tell is under the Attribution-Noncommercial-Share Alike 3.0 United States license. That might make everything on this blog fair game. Personally, if you like what's here and want to use it, do it and shoot me an e-mail just because I am a curious person. Remember that the color, styled boxes are influenced by the Gentoo Wiki though. You have to take that up with them.