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/)GF
Posts
0
Comments
507
Joined
2 yr. ago

  • I really liked it at first but they've been slowly stripping away everything that made it stand out from other MOBAs and I've started losing interest. The one thing it still has going for it to me is the fast and technical movement, but if they scale that back I'll probably be done with it.

  • Though they seem secure behind a paywall, swiping content creators’ explicit photos and videos from subscription-based platforms such as OnlyFans, Patreon, and Fansly is relatively easy. People can download third-party apps for the task, and if those don’t work, a few basic coding tutorials can teach them how to surpass anti-theft technology. These images and videos then proliferate across the internet, on niche forums, Reddit threads, Discord servers, and Telegram groups with tens of thousands of participants. Today, a growing legal consensus considers this activity to be sexual abuse.

    I think you deliberately skipped this part.

  • I think the risk of losing data naturally leads to people seeking out the most robust storage solution possible when 90% of those people would probably be better off with something simpler with less that can go wrong.

  • I can't answer each bullet (and a couple are dependant on other things like drive speed, activity, and network throughput) but I've been using shucked external HDDs for over a decade and would recommend it. I used to use OpenMediaVault running in a VM on Proxmox and briefly tried TrueNAS, but I've since migrated all of my VMs to LXCs, so now I just have the drives mounted on the Proxmox host directly combined with mergerfs (not managed by Proxmox's storage pools) and I pass it through to a Turnkey Linux file server LXC via bind mounts to share over SMB/NFS. Less overhead and LXCs can share CPU/memory dynamically while VMs can't.

    You should be able to replace that /mnt/external directory with no issues as long as the structure is the same within.

  • I'm playing through Morrowind for the first time right now (past a few hours in at least), and I've been blown away at just how much more interesting of a plot and setting it has compared to everything Bethesda ever made after it. The miss chance, spell fail chance, and non-regenerating magicka were always enough to scare me away before, but I finally understood what a huge impact fatigue has on everything, and how much more terrible you are at low-level skills compared to their later games.

    I also like the progression of my character walking around slow as shit at level 1 taking forever to get anywhere vs running around at 30mph jumping from canton to canton in Vivec like it's nothing now.

  • I've never used EndeavourOS or Manjaro, but if you're looking for something similar to Bazzite (gaming-ready, not immutable) and Arch-based I'd check out CachyOS. I've been using it for a good while now and I really like it.

  • I don't think you realize that if your goal is to have a simple install method anyone can use, even redirecting the output to install.sh like in your examples is enough added complexity to make it not work in some cases. Again, those are not made for people that know bash.

  • If Netscape had a large paid install base and still failed because a free browser became ubiquitous, what makes you think doing that now when the free browsers are already ubiquitous would work? Especially when it also has to compete with what is essentially already what you're describing, Librewolf (or just Firefox + Arkenfox).

  • Showing people that are running curl piped to bash the script they are about to run doesn't really accomplish anything. If they can read bash and want to review the script then they can by just opening the URL, and the people that aren't doing that don't care what's in the script, so why waste their time with it?

    Do you think most users installing software from the AUR are actually reading the pkgbuilds? I'd guess it's a pretty small percentage that do.