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
I have a sit/stand desk and home and work. The one at work is a spring loaded gizmo that sits on top of a normal desk that I can raise and lower. The one at home is has a motorized table top.
They are not a not a panacea, but they both have relieved the amount of back pain I previous experienced from sitting long periods of time.
I have no idea if there are other health benefits. I did read the book Get Up!: Why Your Chair Is Killing You and What You Can Do About It by James A. Levine that claimed it did.
"I've seen the forgeries I've sent out." -- John F. Haugh II (jfh@rpp386.Dallas.TX.US), about forging net news articles