Echo

Short notes and memos — 2 and counting.

Detached background tasks with tmux

Model downloads, fine-tunes, big rsyncs — anything that outlives an SSH session. park drops the command into a detached tmux session and tees its output to a log; parked tells you which ones are still going, finished, or died.

~/.local/bin/park — start a command detached, log it, auto-close on finish:

Read more →