• 0 Posts
  • 25 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle

  • Google also accidentally deleted a random amount of user’s timeline data if you didn’t immediately catch it and restore from back up last March before the affected backups were overwritten. If you didn’t keep a close enough watch on your timeline to know that that happened, everything before ~Feb 2025 is gone now.

    Ask me how I know. Yes I kept up on permissions. Yes I had backups on. No I didn’t have a new device. I even have dozens of available gigabytes of paid storage on Google One.

    I’m sure it will only get more stable due to maps and timeline being revenue generators that encourage investment.



  • turmacar@lemmy.worldtoSelfhosted@lemmy.worldWhat is Docker?
    link
    fedilink
    English
    arrow-up
    8
    ·
    2 months ago

    Building from source is always going to come with complications. That’s why most people don’t do it. A docker compose file that ‘just’ downloads the stable release from a repo and starts running is dramatically more simple than cross-referencing all your services to make sure there are no dependency conflicts.

    There’s an added layer of complexity under the hood to simplify the common use case.



  • Yes. Even with Plex I’ve had people just never log in. Or after I log them in and set it as a favorite they just never go to the unfamiliar icon.

    Most of the problem isn’t even Plex/Jellyfin/etc.'s fault, it’s that the UI of smart tvs is a nightmare hellscape running on underpowered hardware and people just want to interact with it as little as possible. The absolute best thing would be to copy Netflix/Disney/etc and throw a QR code on the screen to sidestep that by throwing authentication to the phone.











  • (if that service goes down, everyone in my house gets mad at me)

    I bought a PiZero and set it up as a redundant pihole for this reason. It’s slower because it’s wireless, but not super noticeable since it’s ‘just’ DNS. I have the router pointed at the main and backup all the time and if I need to do something (or break the main one messing with dockers) there’s still the backup until I get the main up.

    I messed around with some High Availability configs where they both had the ‘same’ ip but could never get it working smoothly. I just use the teleporter functionality within pihole any time I update anything to keep them in sync, which is rare.