utils#
Some utilities I use on various computers.
Ok, but actually?#
proton-backup.shis a script I use to recurringly backup directories to Proton Drive usingrclone, since the machines that actually have canonical data are all Linux-based and there isn't a good sync solution on Linux (the native Proton Drive application is upload-specific and CLI; it doesn't synchronise intelligently).
AI stuff#
I run local AI inference off kaname; since my other computers access it over Tailscale, I surface it as a server in various harnesses available on other machines.
transcribe.shis a utility that throws a file towhisper-serverto get a transcription back. There are skills for Claude Code and pi that make the harness aware of the utility; once the transcript comes back, usually the model in question can summarise it from there.- If there's no model, like if we're in
bashthensummarise.shalso throws a transcript to a small model offkanameto summarise it.
I mostly transcribe when I need to remind myself what a voicemail was about.