Little bit of everything!

Avid Swiftie (come join us at !taylorswift@poptalk.scrubbles.tech )

Gaming (Mass Effect, Witcher, and too much Satisfactory)

Sci-fi

I live for 90s TV sitcoms

  • 29 Posts
  • 724 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle
  • If everyone else says it works fine and it’s just you, well, I wonder what’s wrong with your system. Firefox is just a symptom. It could just be Firefox. It could be any number of other things wrong. For me a great example is when webgl fails I blamed Firefox. Turns out I have Nvidia drivers broken and it failed to enable hardware acceleration. A system locking up because of a rogue all? I smell something else wrong.




  • I’ve been in the nerdy tech space for decades now and I will never understand how these people expect things like Linux to take charge while they’re also being the most gatekeepy and arrogant people. Sure, I’d love folks to try it out, but I’m not going to demonize them either for not. I also have done tech support and there are the people where I just say “Nope, get a mac” because otherwise I will be the person that they go and demand free support from every week.

    There’s passion, but then there’s a line that is too often crossed that goes into ego and selfishness, and I think Lemmy just breeds that.

















  • I think you already know, AIOs are the go-to, just make sure you can connect in. I’ve done this with Synology, works fine, I used sftp to sync things. If you want cheaper you can look into a standard linux host and mergerfs/snapraid, but it’s going to be a much higher learning curve, and a much higher risk of failure. If you’re just getting up and started don’t overthink it. It’s good to plan for tomorrow, but think about how much data everyone has, and how much you’ll use today, and then double that. That’ll be a good baseline.

    If you’re US based, a trick, buy the WD Elements drives from Best Buy. They go on sale regularly pretty much whenever there is a holiday sale and “shuck” them (plenty of videos on Youtube for how to do this). You’ll save probably double the cost on drives.


  • From my point of view, you have two separate things.

    First, you have a “business”/user case, you need a way for people to sync data with you. For this, it’s a solved problem. Use Nextcloud/Owncloud/something with an app and a decent user experience for this. Whatever you like. On your primary “home” location, set this up, and have people start syncing data to you.

    Second is the underlying storage. For this, again it’s up to you, but personally I’d have a large NAS at home (encrypted), which is sync’d either in realtime or nightly (using something like cron/rclone) to the other locations (also encrypted, so not even they can see it).

    Their portal to this data storage is the nice user experience like Nextcloud. They don’t have to worry about how data is synced or managed. Nextcloud also supports quotas so you can specify how much they all get (so you don’t have to deal with partitioning).

    This approach will be much less headache for you. I think I understand what you’re asking, where your original thought was just a dump of storage that is separate, but I think this is a better approach - both in terms of your sanity maintaining it and also their own usability.