Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RA
Posts
0
Comments
111
Joined
2 yr. ago

  • I can tell you from experience I have a Samsung T5 (500GB) that has over 95TB of writes over 5+ years to it and it's only used up 17% of its spare blocks. The T7 which is the newer model is like $40, I'd just get one of those. They're very reliable, I've bought a few and none of them have failed. The larger drives have more spare blocks and are even more resistant to writes.

    Personally I would recommend a portable SSD, over a HDD as I've had several HDDs fail but never lost an SSD, BackBlaze backs this up with their total drive failure statistics being 2.5% for HDDs and under 0.5% for SSDs. Your real danger will be that a portable drive is guaranteed to get jostled and an SSD is far more resilient to that.

  • Google's becoming pretty terrible anyway, it only seems to return pages that are selling things. I've switched to Kagi at this point and it seems to work better, it's subscription only, but you know you're the one paying for it and that means that you're the end customer.

  • Yes, and every package specifically defines the exact version of its libraries that it needs and the system symlinks everything together package by package, so there's no chance than an update will break something further upstream. The configuration file also controls things like MySQL configuration and user permissions so you can get literally the exact same system. I think even docker doesn't control for library versions with its regular configuration.

    EDIT: And it keeps older versions of the configuration file and its symlink arrangement around, so if something goes wrong, you can reboot the machine and select an older version from the bootloader.

  • More nixOS development. It's the reproducible builds on the OS scale, one configuration file that will always generate exactly the same system when run, and you can update and rebuild from that file without restarting the system in most cases. This should make triangulating and fixing distro issues much easier, as well as making a distro easier to maintain from the user side.

  • I was just discussing this with someone earlier today. It's been like 20 years that Evergrande's been in business, right? Possibly more, that's a huge part of someone's entire career. That means that people could have joined the workforce and worked their way up into upper management purely just working on Evergrande's contracts.

  • In some places you can get a home internet line that runs through the mobile phone data network, and they tend to be more reliable than cabled connections, they can get even better if they use a modem data plan and not explicitly a home bulk plan. It really hinges on how much data you use and what plans are available where you are. Of course if you do it this way you won't have a private IPV4, but if your ISP allows IPV6, that should be unique and directly accessible no matter what.

    As the other poster mentioned there are routers that have a SIM connection as backup, and now they're being offered with a SIM and automatic fail-over as part of some fiber to the home plans.

  • I think the fundamental protection is always going to be the firewall that blocks all incoming connections unless you explicitly open a port for a running server.

    It's frustrating that the article doesn't have much information about the delivery method for this attack. Is it a remote connection, or you have to run it locally and it escalates privileges?

  • This makes perfect sense in theory, but after multiple years of 8% to 10% inflation I'm not so keen on the "inflation always" line of thinking. Some kind of "generally stable" currency that alternates unpredictably would be best.

  • If I were running a Unity project, I'd be tempted to just jump to Unreal. No matter what promises Unity makes you don't have any actual guarantee that they'll keep them while Unreal has the "non-retroactive" clause directly in their contract. However painful the switch is, you'll only have to do it once.