• 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle








  • Idk, this is the one that’s flying at my local police dept… maybe there are more but I haven’t seen them tbh

    Have you read the flag code? This part is interesting:

    The flag should never have placed upon it, nor on any part of it, nor attached to it any mark, insignia, letter, word, figure, design, picture, or drawing of any nature.

    One could argue that filtering to black and white is in itself a violation of the code lol

    Personally I don’t care and you can wipe your ass with a flag if you want. It’s conservatives who I thought were all about respecting flags. Then yall go and grayscale it and add a random line? Ugh








  • here is a super user post about pcie virtualization, and it involves writing custom drivers.

    Off the top of my head, a similar setup with transcoding comes to mind. In this case I used a shared volume mount between the media server and the transcoding server, and ssh to run ffmpeg on the remote server.

    I think an easier setup would be to proxy app calls that use the gpu through ssh to your gpu container, then write the output to a volume that the non gpu host can read from.