Insight Into Us

Unless we have a reason for being active we choose to do nothing – an
evolutionary vestige that ensures we conserve energy.

From here. I am thinking of collecting observations like these about humans that can help “hack” our behaviors towards “betterment”. For example this observation could be used to design activities like exercise or eating in a manner that will encourage us to “good” behavior.

Will tag such observations as “hack-thought”.

Share
This entry was posted in Uncategorized and tagged . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Related Posts:

2 Comments

  1. David Good
    Posted July 28, 2010 at 10:31 am | Permalink

    I was trying to get structures packed to match a non-Intel GCC compiler,
    when I found your page about structure packing in GCC.
    I did some more experimentation and found that it is not necessary
    to split the structure definition and the typedef,
    if the attribute information preceeds the typedef tag, like:
    typedef struct { … } __attribute__((__packed__)) Name;

  2. Posted July 28, 2010 at 10:17 pm | Permalink

    Hmm. I probably never tried that when I was experimenting with the packed attribute. Should check that out… For folks wondering what this comment is doing here — this is in response to my older page on C structure packing.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*