Good Evening,
The cool weather has brought the mushrooms to life. I hiked to the
SE corner of my land and found many species ripening. One area was
carpeted with chanterelle mushrooms. They were easy to spot now that
the ferns are down; a bright gold against the brown background. I need
to find some recipes.
There was a sunspot this week. A small one from the previous cycle.
It went away. Solar flux has not been above 70 in months. There are
more cosmic rays but they only irradiate small areas, it would be kind
of like meteor scatter with lower probability of success. But if you're
persistent...
Please join us on (or near):
14050 kHz at 2200z Sunday (3 PM PDT Sunday)
7047 kHz at 0000z Monday (5 PM PDT Sunday)
73,
Kevin. KD5ONS
_
// Enumerating the exothermic processes of the firewood cycle
// K. J. Rock
// (c) Bacona Design
// September 30, 2019
begin:
falling();
bucking();
splitting();
while (!burning)
{
moveWood(i);
}
heat from wood stove and stove pipe();
end;
int moveWood(int type)
{
switch(type)
{
case 0:
stack woodpile in forest;
break;
case 1:
move to where I can get it into the truck;
// (may be a recursive procedure)
break;
case 2:
moveTruck();
toss it into truck;
break;
case 3:
moveTruck();
take it out of truck;
break;
case 4:
splitting();
stack it on woodpile near house;
break;
case 5:
splitting();
move it to landing outside of house;
break;
case 6:
move it to woodpile next to wood stove;
break;
case 10:
put wood into wood stove;
break;
default:
throw wood uphill in forest while bored;
break;
}
return errorCode;
}
______________________________________________________________
Elecraft mailing list
Home:
http://mailman.qth.net/mailman/listinfo/elecraftHelp:
http://mailman.qth.net/mmfaq.htmPost: mailto:
[hidden email]
This list hosted by:
http://www.qsl.netPlease help support this email list:
http://www.qsl.net/donate.htmlMessage delivered to
[hidden email]