• 0 Posts
  • 41 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.)




  • They could create a new flag for Abandoned Early Access games. If an Early Access game hasn’t been updated in a long time, that could trigger an automatic email to the publisher saying “Hey your game hasn’t been updated in a long time and could be changed from Early Access to Abandoned Early Access. Consider updating the game or store page to keep Early Access status. If you would like to switch to Abandoned Early Access, you can ignore this message and it will automatically update in two weeks or you can manually change the status on your game’s Steam page.” Wouldn’t really need more employees to handle this unless the current employees are all too busy to implement something like it.



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




  • I don’t think people take dry heat seriously. Humid heat is obviously dangerous because you can’t sweat the heat out of your body as efficiently, but dry heat at these temperatures feels like walking outside and holding a hair dryer to your skin. It’s so fucking hot. You can feel the sun touching your skin like its physically reaching out. You sunburn from 5–15 minutes in the sun without sunblock. And it doesn’t cool off either, not really. Temperatures stay in the high 80s and low-to-mid 90s all night. “But it’s a dry heat” is really dismissive of how dangerous an unwavering 90–120° is, in this case for weeks on end.



  • The thing is in this case, it’s only human suffering. People don’t actually work nonstop all week. Giving them fewer hours over four days means they’re more productive for those days because they’re not dragging out their work to fill the arbitrary 40 hours they have to work for. So companies pay workers the same, but can save money in amenities and office space or whatever by using it less AND have more productive workers. Longer work weeks don’t actually make companies more money (oversimplifying and speaking broadly).


  • I imagine the largest mobile phone operating system on the planet has a few more downloads than one of the several available package managers for the comparatively very small desktop Linux audience, yeah. This is the Linux community, not the Android or Google community, so I’m not sure what you’re yapping away about or why.

    edit: i wanted to know how many devices run android and according to this it’s three billion so you’re wrong anyway lmao



  • paris@lemmy.blahaj.zonetoLinux@lemmy.mlDeduplication tool
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    3 months ago

    I was using Radarr/Sonarr to download files via qBittorrent and then hardlink them to an organized directory for Jellyfin, but I set up my container volume mappings incorrectly and it was only copying the files over, not hardlinking them. When I realized this, I fixed the volume mappings and ended up using fclones to deduplicate the existing files and it was amazing. It did exactly what I needed it to and it did it fast. Highly recommend fclones.

    I’ve used it on Windows as well, but I’ve had much more trouble there since I like to write the output to a file first to double check it before catting the information back into fclones to actually deduplicate the files it found. I think running everything as admin works but I don’t remember.