Personal utilities I use on various computers
0

Configure Feed

Select the types of activity you want to include in your feed.

Shell 100.0%
3 1 0

Clone this repository

https://git.vm.fail/kotodama.ca/utils https://git.vm.fail/did:plc:43bnueyiug3lo6jafujfms3m
ssh://git@knot1.tangled.sh:2222/kotodama.ca/utils ssh://git@knot1.tangled.sh:2222/did:plc:43bnueyiug3lo6jafujfms3m

For self-hosted knots, clone URLs may differ based on your setup.


README.md

utils#

Some utilities I use on various computers.

Ok, but actually?#

  • proton-backup.sh is a script I use to recurringly backup directories to Proton Drive using rclone, 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.sh is a utility that throws a file to whisper-server to 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 bash then summarise.sh also throws a transcript to a small model off kaname to summarise it.

I mostly transcribe when I need to remind myself what a voicemail was about.