• 9 Posts
  • 368 Comments
Joined 2 years ago
cake
Cake day: June 4th, 2023

help-circle
  • Yes, when combined with the switch 1

    I keep retyping what I want to say, but I think my feelings come down to:

    1. There are 150 million switch 1’s in the wild, that’s going to continue to be a massive pull for developers when porting new games.
    2. Many families may already have the switch 1, are the exclusives enough of a pull to encourage those people to upgrade?

    I do think the switch 2 will do just fine, but I also think there are a lot of people who loved their switch 1 who might look at the games they played, and look at upgrading to a steamdeck instead of the switch 2.


  • When did lies become hyperbole?

    You said something untrue and then tried to continue to justify it as if it were true. If you were indeed trying to make a joke by exaggerating that should have been your initial response to my question, but instead you run into it.

    You don’t have to dumb anything down, if anything you need to step it up a notch if you’re trying to pass off lies as truth 😛

    Edit: if you’re curious, what you did isn’t hyperbole at all. Hyperbole would be suggesting that Brookfield will own all the rental properties, or something along those lines.

    Trying to state that the government is planning to work with Brookfield to do this program isn’t hyperbole unless there is a grain of truth to exaggerate, which there isn’t. You can’t exaggerate a lie and turn it into hyperbole.



















  • One thing to consider with NFS is how stable your network is.

    I’ve moved away from storing application files on my NAS and instead I store them locally where I run the application.

    For things like jellyfin media or paperless files they can stay on the NAS and be accessed via NFS, but the config, db and other files the apps create as part of their operation, things can get into a bad state if the network drops at an unexpected time.

    Instead I setup backup cronjobs that backup those files to the NAS nightly.

    I agree with the other commenters regarding using the NFS share mounting right in docker compose. It does work great once you get it working.