• 0 Posts
  • 25 Comments
Joined 4 months ago
cake
Cake day: January 2nd, 2025

help-circle

  • For just files I’d use Syncthing or Resilio (I keep hundreds of gigs synced with ST). Resilio has a feature that’s very useful - Selective Sync. This allows you to setup a sync job that syncs the index of files, but doesn’t sync the actual files until you select a file(s) to sync on the remote device. I use this to access my media files from anywhere (3TB) which I obviously don’t want to try to sync the entire folder to my phone, etc.

    But since you effectively are on the same LAN, you can use any file copy tool the respective OS’s support.

    Though for WAN connections, I prefer tools with some redundancy/resilience, since those connections can be slow or experience drops, and regular copy tools aren’t designed to contend with that (in Windows the only tool I can think of off hand is Robocopy, but I think Teracopy will at least show you if a file copy fails).

    It really depends on your use-case, what you’re trying to solve for.




  • There’s some truth here, like poorly-treated children probably have difficulty with empathy, except I’ve known a few people that had very hard childhoods and are some of the kindest people I’ve ever met, as if they developed past those issues to understand how important empathy is.

    I also come from a large family, and while my siblings and my cousins had very similar upbringings, the variability in things like empathy and justice is extensive even among siblings (notably including twins).

    To me it seems like there’s a strong element of innate character trait with this stuff, as we’ve watched kids grow up and seen their character at 2 years old remain consistent into adulthood. If this stuff were driven mostly by environment, then at least most kids would be similar… And we’ve found they aren’t, it’s all over the map, unpredictable by the environment.

    Not to say environment doesn’t/can’t influence, it certainly can, but I don’t believe it’s usually the primary driver, just in cases where the environment is notably negative


  • For backup check out SMS Backup/Restore. I have 10+ years of sms backup with it, all readable as text or using Excel.

    I’ve never found a good solution to this SMS problem - there’s seems to be nothing out there (probably because FOSS devs think SMS needs to die, and I agree).

    I did find my solution last year: JMP.chat - I think they’re considered a virtual cell provider. Port your number to them, then all your SMS/MMS gets piped into XMPP, which you can access with an XMPP client on any device - Gajim on Windows/Linux, Cheogram and Monocles (plus others) on Android, Snikket and others on iOS. My SMS works even if my phone is off. Prices are really good, so good that I use a different SIM in my phone for a data connection, as I no longer need an SMS/voice connection (calls are routed via VOIP in Cheogram/XMPP).







  • The proxmox server is connected to a router attached to a fiber ONT.

    If you want to be extra secure, there’s no reason the server needs internet connectivity/exposure at all (it should be safe as-is). Put it on its own VLAN with only specified ports open to your home LAN. That would be one extra layer from the internet - if admin/remote ports can’t be accessed via the internet connection LAN, then no way for an outsider to get into it (you’d have to provide other ways of accessing the server to admin it, either KVM, or a machine on that VLAN, etc).

    You DO NOT need to do this, just adding an idea about how to make stuff more secure.




  • I don’t see how you wouldn’t have your email on an email providers servers - that’s how email works. You send an email via a provider, they forward it to the destination address you’ve included with the email.

    That destination address is another email provider’s server, which holds it until the receiver connects and downloads it. Email is a store-and-forward system, designed at a time when users weren’t always connected. It still works this way.

    Email is old, so the fundamental mechanics are pretty simple, and encryption wasn’t an option at the time - so it’s sent in the clear. Otherwise it would require both sender and receiver (either at both ends, or the servers) to agree on an encryption to use.


  • Lol, Play is an exploit.

    After 30 years in IT, I’ve seen 100x more systems taken down by updates than by exploits.

    Actually, I’ve never had a system taken down by an exploit, 100% of outages have been caused by borked updates or changes.

    I’ve had friends who’s clients have been taken hostage by exploits, and 100% of those have been because of poor security practices and phishing - neither of which is preventable by updates.

    Here’s a question, if almost no-one sideloads or uses FDroid, where do people get the millions of malicious apps from? Play Store.

    So where’s the problem again? Oh, yea, Play Store.

    Why does Play need Play Protect if practically all apps come from Play Store?



  • At idle, SSD is usually better (like you said if the SSD has proper power management, and that takes research to know).

    Spinning platters are generally still better for power per gig/terabyte, because write time they consume less power than SSD.

    I dont really look at drive power consumption, because even with ~10 drives running in my environment, a single cpu doing anything moderate blows away their power consumption numbers (I’ve tested, not that it was needed, heat dissipation alone makes it clear).

    I have a ten-year old 5 drive NAS that runs 24/7, and it’s barely above room temp. Average draw is a few watts (the number was so low I put it out of my mind, maybe 5 watts - Raspberry Pi territory).

    My SFF desktop is 12w at idle, with either 2 small SSDs (500GB each) or a single large drive (12TB). So much for SSD having better idle power.