• 0 Posts
  • 62 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle


  • Except that the slave owners were fine after the civil war. There were no mass executions, they got to keep their property (slaves excepted) and they retained so much political power they managed to reverse reconstruction within a few decades.

    There’s no reason you couldn’t dissolve the apartheid state without the violence Zionists claim would be wrought on them. South Africa can be a model for this.









  • Have you considered only backing up the data you can’t replace relatively easily? I would look into a strategy of periodically backing up the list of media in a format that can easily be imported into Radarr or whichever system you used to acquire them. Sure, if the worst happens it’ll take forever to redownload, but you can just prioritise the things you want to watch right now while everything’s rebuilding in the background.

    Definitely do back up photos, documents and your home directory (excluding stuff like a steam library), but hopefully you should be able to fit all that on a NAS or external HD.









  • Eh, I can see why you’d want something like that in a language like JavaScript where pretty much all native ways of validating input have weird edge cases. Sometimes you just want the community to figure it out for you instead of reinventing the wheel and finding out you missed something later on.

    A whole package that handles validation of inputs, or a math package would be better than a package that just has one function tho.