• 0 Posts
  • 292 Comments
Joined 1 year ago
cake
Cake day: September 21st, 2023

help-circle






  • The other cost to home lab serving lots of data is internet limits.

    My internet will throttle after X terabytes (I forget the limit), whether upstream or down, and of course upload is slower.

    It’s like playing a game of tetris with costs, performance, stability, reliability, flexibility, privacy, security, and personal effort.

    I’m not saying don’t have a home lab, just that there are things to consider. It’s worth the effort for me, though I’m working to move some things to cloud storage (e.g. Hetzner/Storj.io) and a VPS to get some of the bandwidth off my connection, and remove my home internet as a bottleneck or failure point.


  • BearOfaTime@lemm.eetoSelfhosted@lemmy.worldLDAP to UNIX user proxy
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    2
    ·
    edit-2
    9 days ago

    That’s not much of an answer, I’m not reading docs because you can’t be bothered. I don’t use NixOS, so if you want to use that as an example, you’ll need to put in the effort to explain how it’s different.

    If you don’t want to use LDAP, don’t. Then you get to manage each user account on each device.

    To be frank, it seems like you have an adversarial attitude about this, and you think NixOS is the answer. Every one of your responses has been “but” whatever. You don’t seem like you want to understand how to use things, just complain it doesn’t work the way you think it should.





  • “Rarely happens”

    And yet it still happens often enough if you touch enough boxes or make enough changes across enough boxes.

    The thing is, you never know when or where an unbootable box is going to occur. This is why I’ve carried a loaded thumbdrive for ~20 years (Lacie IAmAKey was my latest, wish they still made them - mine finally died. Knockoffs are available, unfortunately the casing is aluminum, not stainless, so they’re easy to bend). And why I keep hot spares around.

    Lacie Iamakey


  • BearOfaTime@lemm.eetoSelfhosted@lemmy.worldPower outage worries
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    15 days ago

    If your batteries are dying that fast, you’re doing something wrong.

    You’re saying that data centers are replacing batteries constantly…just imagine the labor costs on that (and the down time), not even considering the material cost.

    I work in enterprise, and have never heard such a thing. Even my friends in SMB routinely replace UPS’s at the 5-year mark, the same time they replace servers. They rarely replace batteries, at all, it’s so rare that it’s notable.








  • Selective Sync is the one feature that Resilio provides that I use.

    It enables me to grab any file, using any device, at any time, from anywhere, over any network, simply and quickly. I really wish Syncthing had this capability. Oh well.

    So if I’m traveling, I can download a movie from my library with my phone or iPad while connected to hotel wifi. The Resilio UI is simpler than turning on Tailscale, launching a file explorer connecting to my server, then copying. Plus it’s a robust sync job - I don’t have to think about it, if the network goes away, Resilio will pick up the sync again when it can. On my mobile devices, Resilio is only run if started by the user, but Syncthing runs all the time to ensure stuff like photos, downloaded files, Backups, etc, are sync’d to my server.

    I switched from Resilio to Syncthing for everything else (mobile devices mostly, since I can use other tools on laptops), because it’s much lighter to run. Resilio is hell on mobile devices if you have a large library, as it keeps the index in memory, while Syncthing uses a file-based approach for indexes. Resilio is also resource intensive on my server - again because of the large media library.