Lead admin for https://lemmy.tf, tech enthusiast

  • 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle









  • What “trade secrets” does he claim were stolen? Obviously ex-Twitter employees who move to Meta know their tech stack. But there’s not a chance that their codebases are compatible so even if someone directly carried cover over from Twitter to a new job at Meta, it’s not like it would be useful.

    And if he thinks current Meta employees are still accessing Twitter IP/code/etc, Elon probably needs to first look internally and maybe not fire entire security & compliance teams.



  • jon@lemmy.tftoPiracy@lemmy.mlJellyseerr for music?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    I use Deemix/Deemon to track hundreds of artists and automatically grab new releases in FLAC from Deezer. It’s slightly manual compared to my *arr stack with its Discord bot, but just a quick copy/paste from Discord/etc into a command.

    Personally I have a Deezer Hi-Fi sub to get the flac’s, not sure if their API is still wide open for MP3s or not. It used to be open for anything without a paid account.


  • I’m one of the other Lemmy.tf admins and I’ll share a bit. We’re currently on the docker-compose deployment from the repo, running on a VM with 4c/8gb ram/256gb disk. It’s on a baremetal VMware box at OVH with loads of resources to expand as needed.

    I’m hoping we get enough users on here to force me into converting to a Helm chart and moving this to my Kubernetes cluster. Pod scaling would help address some of the issues larger instances are starting to run into, and it seems like a fun project.

    As for Unraid, your best bet is to see if you can install docker-compose on it. This thread from 2020 suggests it should be possible, but the binary may not persist restarts. If you can’t use compose you would probably have to strip it apart and deploy one container at a time, and potentially work around the need for the Docker networks.

    I may be interested in helping with an Unraid deployment guide if there’s heavy interest- I’m running it on my NAS at home and can tinker a bit. Feel free to DM me if you’ve got questions or need any assistance.

    Edit: That Unraid forum post has a reply about using a bash alias to run docker-compose in Docker, this is the route I’d go rather than having to do jank stuff to make the binary persistent. Should be able to follow the normal docker-compose install from your root user once you have compose ready.


  • The distributed nature of Lemmy should make things more manageable. Personally, I’m running an instance on a dedicated machine I already pay for, so it’s not costing me anything unless storage skyrockets. Many other instance hosts are also hobbyists that don’t mind covering the costs, and may take some form of donations locally on their sidebars.

    There probably should be a built-in feature for instance admins to enable a local donation button to contribute to their costs, though. While Lemmy is fairly resource-efficient, larger instances are eventually going to require pretty beefy VMs to keep up with the traffic, image uploads, etc. I could see some instances randomly vanishing when their owners can’t/don’t keep up with their bills (which would force users over to other instances), but ideally if any instance owners can’t afford to cover it, they hand control over to another community member to pick it up.