Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)UN
Posts 0
Comments 17
Slightly overwhelmed with Tdarr...help?
  • I recently decided to dive a bit deeper into flows since the plugin stacks were failing on me sometimes. Cobbled together something from the examples provided, seems to work fine for me now. Depending the worker it runs on it tries to transcode with nvenc or qsv, if it fails or is not available the flow falls back to cpu transcode.

  • Removing Windows. Choosing a new daily driver for a gaming PC
  • I tried Bazzite on my Asus laptop and I had a hard time to figure out how I am supposed to install some non-packaged stuff like https://github.com/asus-linux-drivers/asus-numberpad-driver . Could not get it to work in Distrobox or at least I might not understand how to do it. I went with Nobara then and it works just fine.

    Would like to give Bazzite another try, maybe someone here can give me some directions on how to install things like the numberpad drivers?

  • Finally a useful feature (no)
  • You might like to think that from your point of view, but the executives and marketing folks get that idea from somewhere. And if it would not make additional money it would have been gone again already.

  • Finally a useful feature (no)
  • You can already use with with any Logitech mouse in the Options+ Software.

    It is what it says: it builds a prompt for you (with the text you marked) and can submit it to ChatGPT using a WebView. You have to actually login to ChatGPT, so it is no Logitech thing specifically.

  • Seeding re-encoded files?
  • If qBittorrent is not complaining about file errors you are in fact still seeding the original file. Especially on Linux file systems a file keeps being referenced as long as at least one application is still accessing it, regardless if you delete, rename or alter it. Once you close qBittorrent the 'old' file will be dropped though.

    And at that point it won't be seeded anymore as it does not match the checksums that are stored in the .torrent file or were retrieved via a magnet link. If the client is not broken it should not be possible to seed corrupted or altered files.

  • Should I use Restic, Borg, or Kopia for container backups?
  • Does it though? I had a similar setup in the past, but I did not feel good with it. If your first backup corrupts that corruption is then synced to your remote location. Since then I have two separate backup runs for local and remote. But restic as well with resticprofile. Remote is a SFTP server. For restic I am using the rclone backend for SFTP since I had some connection issues with the internal SFTP backend (on connection resets it would just abort and not try to reconnect, but I think it got improved since then)