Re: FAI: Collective Volition

From: Metaqualia (metaqualia@mynichi.com)
Date: Wed Jun 02 2004 - 06:45:51 MDT


>how would you then convince them that the extrapolated volitions is in any
> sense *theirs*?

Give them a 100 zillion page source code.
Commented very clearly, as follows:

// renormalize collective volition based on best place to live in 40 billion
years
bool COLVOL_Dynamic (belief * humanbelief, belief * correctbelief, int
threshold)
{
    if (humanbelief->silliness >= threshold) // are you a fool
    {
        // this is what you'd believe if you weren't stupid
        humanbelief->content = correctbelief->content;
        return true; //pass back true to increase fools_count
    }
    return false; // ok whatever.
}

mq



This archive was generated by hypermail 2.1.5 : Wed Jul 17 2013 - 04:00:47 MDT