dakami
dakami
Hmm. I'd interpose yourself into the shell's stdio, and run comms entirely over 7 bit clean text (base64, probably). Native shell script if necessary, Python is not completely unreasonable to...
Ah, I sort of assumed these would be covered by the regex. They're not?
I should actually have a larger TLS print -- is there one you can suggest?
Any vector format is fine; it's pretty simple to take SVG/PDF and convert to something else.
Maybe update the docs? What's a good amount for this dataset?
this could be more obvious
A fair bit of sample code for how to do this is here: https://cloud.google.com/architecture/gpu-accelerated-streaming-using-webrtc https://cloud.google.com/architecture/orchestrating-gpu-accelerated-streaming-apps-using-webrtc It's not the ... cleanest API I've ever seen, but you're doing a fair bit...
https://github.com/selkies-project/selkies-vdi ...or, there's this. I literally just bumped into it.
They're using gstreamer's webrtc implementation, which calls back to nvenc. Is xpra opening a nvenc context per window, and sending down a h.264 stream for each? Not saying that's a...
Oh wow, xpra *is* that solution's CPU-only engine. Cool!