• 0 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: September 30th, 2025

help-circle

  • Ignore the other guy on this, I have an A770 in my gaming ring and a B60 in my server. The drivers are amazing on Linux, and much better than NVIDIA.

    If all you need is encoding, then VAAPI just works. There are some other caveats with the Alchemist series, which is mostly it was made during the transition to xe, which means you either pick better encoding with i915 (default) or better gaming performance with xe. For your use case I’d leave it with the default i915, though there are encoding patches for xe if you must use the newer driver. Both drivers are mainlined and officially supported by Intel.



  • Regarding Google Coral, from the docs: https://docs.frigate.video/frigate/hardware

    The Coral is no longer recommended for new Frigate installations, except in deployments with particularly low power requirements or hardware incapable of utilizing alternative AI accelerators for object detection. Instead, we suggest using one of the numerous other supported object detectors. Frigate will continue to provide support for the Coral TPU for as long as practicably possible given its still one of the most power-efficient devices for executing object detection models.

    Personally, I’d recommend OpenVINO. It works on iGPUs, and if that’s not possible it’s quite performant on CPUs. I currently run a Google Coral and the Linux driver is no longer officially maintained meaning it breaks every now and then after a kernel update, next time it breaks I’m going with OpenVINO.

    Also, I’d install Docker in an LXC for Frigate, it makes passing the iGPU through to it a lot easier.








  • SteveTech@aussie.zonetoSelfhosted@lemmy.worldWhy homelab?
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    19 days ago

    I can dig it…but surely the simple option is to have the PC wake up on power restoration, right?

    After the PC shuts down, the UPS runtime will increase by a lot. So the power might come back before the UPS turns off, so as far as the PC can see, the power was never lost.

    Edit: Also I assumed you meant restore on after AC loss, and not the last state.







  • Also, a backdoor in this particular program can steal your PGP keys.

    Now you can make that decision. Evolution is also available from the Debian and Arch (and others) repos without sandboxing, if you’d prefer it to have access your whole system.

    You can also remove those permissions with the Flatpak cli, or Flatseal.

    It’s in no way like Android where “OpenKeychain” were forced to define a protocol and now reading a key prompts the user.

    I don’t see why this couldn’t be done with Secret Service, just no one does so no one expects it. You should email one of the mailing lists for GnuPG if this bothers you though.

    Oh, and one of the few dozen local privilege escalations found by AI in the mountains of trash of our great kernel completely negate all of this.

    Well yeah, sandboxing/containers/namespaces were never guaranteed to be fully isolated, there’s a reason all the cloud companies settled on VMs over containers. It’s just one line of defence that you otherwise wouldn’t have.