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

help-circle
  • For anyone wondering why a new law would target reusable bags as well, the phrasing of the old law basically encouraged stores to replace single use plastic bags with reusable plastic bags. Reusable bags use more plastic so they’re sturdier and last longer, but they were treated as single use bags anyways so functionally we were just producing and subsequently wasting more plastic.

    I haven’t read this new law but hopefully it encourages or requires actually using paper bags or cardboard boxes or something if you don’t have your own reusable bag. It would be a shame if it just kicks the can down the road again and people buy reusable bags in the checkout aisle that they throw away when they get home instead of keeping in the car.





  • The worst is when it either won’t tell you what the character limit is so you have to just keep lowering it and retrying until it finally works, or when the infrastructure for signing up has a different character limit than the infrastructure for logging in, so you can sign up with a long password but can’t actually sign in with it. I once encountered a website that had this issue for both the password AND username so I had to change my password and then contact support to change my username. Absurd.


  • 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.)






  • The only thing more pointless is our PERFECTLY SPHERICAL ORBS, NOW HALF OFF IF YOU BUY TWO! BUT WAIT, THERES MORE! IF YOU CALL THE NUMBER ON YOUR SCREEN NOW, WE’LL THROW IN A LIMITED EDITION BONUS STAND TO HOLD YOUR ORB! THATS RIGHT, IF YOU CALL NOW YOU WILL GET TWO ORBS AND TWO STANDS FOR THE PRICE OF JUST ONE! CALL 1-800-PONDER AND ORDER YOUR TWO PONDERING ORBS FOR THE PRICE OF ONE!

    disclaimer perfectly spherical pondering orb incorporated does not guarantee increased ponderance, seer abilities, or supernatural powers. perfectly spherical pondering orbs are only fda approved for looking at to ponder. do not look at the sun through perfectly spherical pondering orb. do not drop perfectly spherical pondering orb. do not leave perfectly spherical pondering orb in reach of a child. this ad is brought to you by raid shadow legends.





  • 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.