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

  • 6 Posts
  • 39 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

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













  • Thank you for getting what I was trying to say. Spot on, I don’t think the idea is wrong. It would be nice if there was a test to say “hey are you able to vote on these topics, have you researched, are you voting with your brain or with emotions?” - which is why I say the idea is fine. There isn’t though. There isn’t a single way to do that fairly or equitably.

    Thank god the commenters immediately jumped down my throat to tell me what I already knew.






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