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

help-circle
  • If you use the public instance you don’t need to set up or host or install anything. You can selfhost it if you want, but the public instance works just fine.

    One person goes to the web page and starts a room. The other can join the same room by knowing the name of the room. (It will generate a link when you create a room to make it easy to send to someone so they can join by just clicking the link.)




  • I swear there was at least one more server I looked at but passed over and I cannot recall the name.

    Maybe Jellyfin? It’s best at movies/shows but it also handles music (and more). The native music experience isn’t great but it works. For Windows/Linux/Mac you can use Feishin (I use and mostly recommend it, also you can use the web app version). Android has Symfonium I use and highly recommend it, also it works with FAR more than just Jellyfin). I don’t use iOS but I just looked for an iOS app and found AmpFin (not to be confused with Finamp).

    You said your users have their own libraries. Jellyfin works great with this. Out each in its own folder, create a new library for each in Jellyfin (pointing to each folder), and you can choose which accounts can see which libraries (and optionally let them manage libraries too so they can delete songs or modify metadata for the libraries they have access to).

    I’m a fan of Jellyfin if you couldn’t tell…


  • I use Watchtower and haven’t had any major issues in the two(?) years I’ve been using it. Make sure you use persistent volumes for your containers and make sure you back up those volumes. If anything breaks, you can roll back to before the update.

    If you don’t use persistent volumes, you’ll lose data when Watchtower takes down the image and replaces it with the newer one (which doesn’t copy over ephemeral volumes).

    I also recommend for database containers to use an image tag that won’t update with breaking changes. Don’t use postgres:latest, use postgres:15.2 or something like that (whatever the image you’re using the database for recommends).



  • Portainer does store compose files though? I’ve manually used docker compose commands from the folders Portainer saves them in. They’re labeled with numbers instead of project names which makes it difficult to know which one you’re looking for, but I use rga so that wasn’t as much of an issue for me as it would have been otherwise. It was tedious, but the compose files very much exist on your hard drive.



  • In case nobody has mentioned Asahi Linux yet, I’ll bring it up. I haven’t used it, but I have a friend who does.

    Asahi Linux is a project and community with the goal of porting Linux to Apple Silicon Macs, starting with the 2020 M1 Mac Mini, MacBook Air, and MacBook Pro.

    Our goal is not just to make Linux run on these machines but to polish it to the point where it can be used as a daily OS. Doing this requires a tremendous amount of work, as Apple Silicon is an entirely undocumented platform.

    Asahi Linux is developed by a thriving community of free and open source software developers.

    I believe they have a Fedora-based distro that should be solid for daily use, but again I haven’t used this myself.


  • It’s not overpopulation. We are seeing the results of late stage capitalism coming into effect. When you design the economy around an owning class vs a working class, the owning class will use its inherent leverage and capital to beget more leverage and capital. That happens at the expense of the working class. If your income mainly comes from working for money, you are part of the working class.

    The obvious solution here is to change the economic structure to not have an owning class at all or at least to keep it in check, but liberalism is not good at keeping it in check and leftism doesn’t have the momentum needed to change the world economic structure. Right now all we can do is make progress where we can, which means passing legislation that taxes and weakens the owning class in favor of supporting and empowering the working class through social programs and better pay and benefits. Unions will help you a TON here and more quickly than legislation, so look into joining/forming a union. Biden has changed the requirements for forming a union to make it really easy now. The other thing we can do is prevent fascists from tearing apart the systems we’ve built to allow that to even happen in the first place. That means not voting for or supporting right-wing politics.

    None of this is caused by overpopulation, and the myth that overpopulation is the main source of your problems directly benefits the owning class who is currently winning the zero-sum dynamic of owning vs working class. That dynamic is the reason things are bad and worsening. Join a union and vote for the most progressive viable candidate in both local and federal elections.


  • While we’re talking about asymmetric encryption, can someone explain to me why you can’t decrypt information with the same public key that encrypted it? I understand the analogies (locks on a briefcase, unmixing paint, etc), but I can’t “un-analogize” them to understand what’s actually going on. Encryption keys aren’t physical locks or paint. They’re numbers(?). So why can I encrypt something by multiplying by a known public encryption key, but I can’t decrypt it by dividing by that same known public key?



  • Radar and Sonarr are tools to track movies and TV shows respectively. You can add a movie/show to track, tell it the quality you want it in, and set up Prowlarr or Jackett to give Son/Radarr the access to the torrent trackers it needs. You can also use Usenet but I have no experience there.

    It will search those torrent trackers for releases matching your movies/shows in the quality and language you set for them and send the downloads to the torrent client you set up. When the client finishes downloading, Son/Radarr copies (or hardlinks) the files to your library folders.

    If Son/Radarr is tracking a show that you currently have downloaded in 480p, but the quality profile allows upgrades up to 1080p, it will search for 720p and 1080p releases and pick the best match it can find. When the torrent client finishes downloading it, Son/Radarr will automatically replace the 480p release with the 1080p release it just downloaded.