Low Blogtivity :: A Formula
5Sep2006Notice the lack of blogtivity in the formula below. Being off the grid is not good for your blogging health, photographic health or any other type of health for that matter:
REM ==Set Variables==
hours@work = wk_hrs;
sleep = zzz;
hours in day = hrs;
alcohol intake = booz;
blogtivity = blog;
REM ==Initialise blog value==
blog=zero;
function do_blog(wk_hrs,hrs,booz,zzz)
{
if (wk_hrs>hrs)
{
booz ++;
}
elseif (wk_hrs>zzz)
{
booz ++;
}
else
{
zzz ;
}
return blog;
}











Hi Tom,
nice to see you back. With such a formula blogtivity will remain low! My own formula is more like:
zzz = hrs – wk_hrs – booz – blog;
if( zzz < 0 )
{
throw SLEEP_DEFICIENCY_EXCEPTION;
}
else
{
// TODO:
// handle unknown state
}
Anyway, I would like to invite you and everybody here to an experiment in creative writing over at my little blog. I hope you do not mind a bit of non-commercial advertising. You might even see a familiar face over there. Thanks