jech

↗ HN profile [ 129 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I'm administering a small number of Linux servers that run an ssh server exposed to the Internet. I usually connect using a cryptographic key, but I still allow password authentication in case of trouble (perhaps I'm…

  2. WHIP (RFC 9725) is a standardised media ingress protocol: it serves to stream audio and video to a network server, and is supported by a number of media distribution systems. PipeWire is the currently fashionable…

  3. A bridge between the Galene videoconferencing system <https://galene.org> and the SIP protocol. I couldn't find any suitable libraries for implementing SIP in Go, so I used a library just for the message parser, and…

  4. Speech-to-text (automatic captioning) for the Galene videoconferencing system[1] using the whisper.cpp[2] library. I've published some benchmarks and transcripts at…