• 0 Posts
  • 37 Comments
Joined 2 years ago
cake
Cake day: July 10th, 2023

help-circle

  • Agreeing with this, expanding a RAID array is not necessarily impossible, with something like RAID 5, and the right RAID setup, you could theoretically add an identical disk without wiping it all in the rebuild. RAID 1, you’ll 100% need to copy the data somewhere that isn’t the 2/4 disks in the meantime. In an environment where storage is expensive, RAID 1 is not suitable imo.

    ZFS makes it so easy though. Throw a mismatched disk in? No big deal, it’s in your pool now. Want double parity for extra peace of mind? You can do that. It self-heals so you don’t need fsck, its maximum limits are too big to realistically matter on human scales, and the documentation on it is pretty good.



  • I suspect there’s a tendency of experts in something to think of people who do it narrowly as people doing at least as much as they are.

    The people who have a bunch of docker services, or complex multi-machine infrastructure are self-hosted software users, and probably in that 1-2% range. People who heard piholes are useful, so they bought a pi 3 and set it up are self-hosted software users. Somebody using an old desktop they got on Facebook marketplace for running Plex media are self-hosted software users… and so on. So are the people in their houses, some of their friends and family.

    Using that inclusive definition, being closer to 10% than 1% makes sense to me.





  • Yeah that’s basically why I didn’t pull it out as an option in the first place, it’s not always practical. A lot of your proprietary code is going to be external dependencies linked/built against, or your own IP reused from the last project. But not all of it, and I can definitely see that smaller chunk causing a lot of problems.

    You need a team that does a lot of dependency management and similar things well while building it, that don’t actually help them get the game out faster, to keep the problem manageable. Or a team who specialize in open sourcing games like this, which could become a thing if this was more commonplace.


  • The one MMO I’ve meaningfully played, RuneScape, has open source replicas of its server from different points in time, that the community has made. I’m not gonna pretend it’s zero work, but a developer with the source code absolutely could do these things. It also doesn’t need to be perfectly compatible with the original one, you can replace a complex DB backend with something standard and less performant. Only runs on Linux, or MS Server 2k8? The community of people who care will figure it out.

    Maybe a source code release would be preferable in this kind of option. EA just did this with a few Command and Conquer games.







  • nfh@lemmy.worldtoRetroGaming@lemmy.worldI'm doing my part!
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    5 months ago

    Fax is commonly used at least in the US because it has regulatory recognition as a secure means of transferring information, it’s highly interoperable, and it doesn’t really have a successor that has caused the network effect to die out entirely.

    11% seems slightly higher than I’d expect, but not crazy. Contracts, medical records, interactions with the government are all good reasons to need to send or receive one occasionally. That about 1 in 10 households did last year? Makes some sense.




  • It looks like they tried to change it in 2017 and the bill got compromised down to some safeguards that don’t amount to much.

    I found some articles characterizing ACLU’s position as viewing it as a slippery slope to taking away access to abortion or other reproductive healthcare. I get why that kind of thing is something they’re worried about, but I really don’t see how it applies in this situation.

    It’s still causing harm, and I really don’t see who it’s helping. Pair the law with strong protections for reproductive rights for people of all ages, maybe even as a proposition. It’d probably be pretty popular, though I also expected the proposition to ban prison slavery to be popular too.



    1. I’ve learned a number of tools I’d never used before, and refreshed my skills from when I used to be a sysadmin back in college. I can also do things other people don’t loudly recommend, but fit my style (Proxmox + Puppet for VMs), which is nice. If you have the right skills, it’s arbitrarily flexible.

    2. What electricity costs in my area. $0.32/KWh at the wrong time of day. Pricier hardware could have saved me money in the long run. Bigger drives could also mean fewer, and thus less power consumption.

    3. Google, selfhosting communities like this one, and tutorial-oriented YouTubers like NetworkChuck. Get ideas from people, learn enough to make it happen, then tweak it so you understand it. Repeat, and you’ll eventually know a lot.