For example one tool I have uses an AI model trained only on astronomy images to correct for motion and blur in stars.
Can you share the name of the tool?
Gophers have chewed up my back yard virtually beyond repair.
I spent two weeks digging for tunnels, smoke bombing, and setting traps for one that got into my front yard last month before finally dispatching it. The front yard looked like Verdun afterwards.
fclearstack
1.0e 2.0e 3.0e 4.0e 5.0e ok f:5
: SumFloatStack
begin
fdepth 1 > while
f+
repeat;
SumFloatStack
f. 15.
Right. You can use Gforth as a calculator, and segue into programming. Here's a trivial program to sum numbers:
fclearstack
1.0e 2.0e 3.0e 4.0e 5.0e ok f:5
: SumFloatStack
0 begin
\ while float stack depth not zero
fdepth 1 > while
\ Add two values on the floating point stack
f+
repeat
drop;
SumFloatStack
f. 15.
I use Gforth as a calculator https://gforth.org/ .
When my computer boots up, I have it automatically pop up a terminal window running Gforth so it is always available for a quick calculation:
ok 2.0e pi f* f. 6.2832
"Nuclear war would really set back cable." - Ted Turner