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/)T
Posts
4
Comments
61
Joined
3 yr. ago

  • It's not just this community, or even just Lemmy... Mastodon and other Federation services all struggling with the same issue at the moment

  • Yeah this is my thoughts too which makes me kinda sad and think the story of the other cat attacking her might not be the truth

  • My previous cat as a kitten could clear the entire house... It did get better over the years but was still pretty bad 19 years later lol

  • Sorry, I've had like 2 hours sleep in the last 2 days so I'm tired and grumpy lol, just ignore me

  • I specifically said it's negligible if you bothered to read past that line

  • Ethereum did approximately 1.1m transactions a day. Visa did approximately 660m a day.

    Small difference lol

  • Just to expand on this, While eth is 99.99% less energy use than Bitcoin, it still added 2.8 kilotonnes of co2 last year which is equal to about 2000 average houses for a year.

    It's a negligible amount in the scheme of things, but a lot for a virtual currency especially when you add up all the various cryptocurrencies out there.

    It wouldn't hurt to make all the POS ones use green energy, but probably wouldn't impact anything by itself.

    Changing Bitcoin to green energy alone probably would however.

  • It even says it in the article op linked

    The Apple Music app provides access to the iTunes library, alongside song and album purchases. Apple TV also lets Windows users watch movies and TV shows from their iTunes library

  • That's what they changed it to after I had already left... At first they only gave you 2 weeks at other locations for the year

  • The Netflix one screwed me... I go to hospital 3 times a week for 5 hours of dialysis. But Netflix viewed that as a second household and wanted me to pay for a second account to use my own account in 2 locations

    Now I pay for zero accounts and still get any Netflix shows I want through alternative methods

  • Why not both. Both things are needed and both things should have been done years ago.

    It doesn't need to be one or the other

  • I think the issue started long before that. Netflix always had issues with content owners licensing it for one country but not for others, or asking huge fees to license for multiple countries. They'd also limit which shows Netflix could have at any time.

    This meant Netflix had to manage many different catalogues for different regions and constantly cycle shows on and off just to make the content owners happy

    Once content owners started realising they could milk Netflix for all it had, Netflix really had to start making content to reduce its risk and dependence on other studios

    The issue is and always was corporate greed, on every level

  • Calm down Theseus

    But yes, I'm on the "it's essentially a clone" and the original is killed side of that argument, so it would just be a copy of you that believes they lost time somehow until someone told them what happened

  • My first thought was wouldn't that reset our memories to that point too?

    Granted losing some memories or being dead is a pretty easy choice, but using it to reverse aging or other physical things would be a costly one

  • Not exactly what you're asking but you can push specific images to a private repo to keep specific versions... Then you can just use the cleanup tag or prune to clear them off the system and if you want to pull them again it won't need to download it from the internet

  • Minimised Ubuntu server I think only wants like 2.5gb of space and cuts out a lot of things you'll never use

  • If you're only using it for Plex and nothing else, it probably won't make a lot of difference which you use.

    My old setup was Ubuntu running Plex as an install.. if you just run a server without a gui, it's like 3 lines to install Plex

    I also have a pi as a portable setup running the docker version which works pretty well but I don't think it will handle hardware encoding very well, but I could be wrong

  • My current setup is 3x Lenovo m920q (soon to be 4) all in a proxmox cluster, along with a qnap nas with 20gb ram and 4x 8tb in raid 5.

    The specs on the m920q are: I5 8500T 32gb ram 256gb sata SSD 2tb nvme SSD 1gbe nic

    On each proxmox machine, I have a docker server in swarm mode and each of those vm all have the same NFS mounts pointing to the nas

    On the Nas I have a normal docker installation which runs my databases

    On the swarm I have over 60 docker containers, including the arr services, overseerr and two deluge instances

    I have no issues with performance or read/write or timeouts.

    As one of the other posters said, point all of your arr services to the same mount point as it makes it far easier for the automated stuff to work.

    Put all the arr services into a single stack (or at least on a single network), that way you can just point them to the container name rather than IP, for example, in overseerr to tell it where sonarr is, you'd just say http://sonarr:8989 and it will make life much easier

    As for proxmox, the biggest thing I'll say from my experience, if you're just starting out, make sure you set it's IP and hostname to what you want right from the start... It's a pain in the ass to change them later. So if you're planning to use vlans or something, set them up first

  • Tailscale also has the funnel option to open up a single service to the outside world without needing a reverse proxy and has its own ssl certificates