Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I feel my brain is a hash of hashes (of hashes, etc.). I do not think arrays (as such) enter into the picture, really. I remember things via other things, not by when I learned them, per se. And I remember sequential things via linked lists (which COULD be seen as either:
$alphabet = { letter => 'a', next => { letter => 'b', ... } };
or as
$alphabet = { a => 'b', b => 'c', c => 'd', ... };
or any other multitude of ways). This implies that I think in a relational sense -- I best remember things by WHERE I've seen them. When I had to memorize the founding fathers of my fraternity (Acacia), I remembered which came after the next -- I could not say "the 8th father is ...", because I didn't have array-indexing abilities. I had to step through the list to find the 8th.

One of the brothers I just asked says he uses associative (which is compareable with relational) thinking, and that he uses linked lists for remembering sequential things. The argument he used is "when you smell a flower, you remember happy things, right?" That's associating the odor with a pleasant thing.

Then something interesting came up:
  • Jeff: Most people can count backwards because numbers have a repeating pattern, but they can't say the alphabet backwards because there's not a pattern to the letters, it's just "b" comes after "a", etc.
  • Will: No, letters have a base 26 pattern than just doesn't get a chance to repeat.
  • Jeff: Damn.
(Maybe that was just a fun tangent, I dunno.) So I'm curious how you think your brain works in the Perl sense.

$_="goto+F.print+chop;\n=yhpaj";F1:eval

In reply to How do our brains work? by japhy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-19 22:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found