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/)TA
TheCaconym [any] @ TheCaconym @hexbear.net
Posts
0
Comments
147
Joined
5 yr. ago

  • If the aim is simply to mirror an existing directory, including mirroring suppression/deletions/new files/edits, and only copying what has changed (which is what I suspect you were trying to emulate with the "created after a certain date" thing), just do:

     
        
    rsync -avh -P /path/to/source/ /path/to/destination
    
      

    If the aim is to copy all files created since, say, three days ago, but not to update existing files or to remove files that have been removed from your source (which is what you described):

     
        
    rsync -avh -P --ignore-existing --files-from=<(find -L /path/to/source -ctime -3 -exec basename {} \;) /path/to/source/ /path/to/destination
    
      

    Edit: lemmy is html encoding my "lesser than" symbol in the second command above; replace accordingly

  • No, their metaphor was not ignorant at all.

    Animal products have good taste for most people. The issue with them is not their taste, or the actual act of consumption of them, it's the fact that their production necessarily involves the torture and killing of sapient beings.

    If you can have "meat" without such effects (so, those fake vegan "meats"), then there is nothing wrong with it at all (I still prefer most of the time my rice, beans, tofu and TSP if only due to the cost but again, nothing wrong with it, quite the contrary).

  • You're not addressing their point. You're the one that equated being virulently anti-israel with being "antisemitic" in your initial comment.

    And frankly taking a look at the modlogs the removals I see seem all perfectly justified (mostly the spreading of actual lies, such as bullshit about decapitated babies).

  • What you wrote is science fiction, not fact. So are practical quantum computers, thus far.

    It also ignores the fact that quantum computing would do shit all against symmetric encryption (though admittedly that's less relevant for whatsapp, but it's perfectly relevant if you want to exchange secure messages with someone you met physically prior); as well as the fact quantum-resistant encryption algorithms such as NTRU already exist and are already considered for implementation in free software tools (the only reason they aren't is they're far less tested and nobody trusts them yet against conventional attacks).

  • Governments, if they want, can decrypt any chat

    This is not true. Encryption that is not breakable by anyone - including governments - and the tools to use it have been available to everyone for decades now.

    It might be broken later (which is why the US stores encrypted messages) but not right now, and is unlikely to be in the foreseeable future.

  • How is our standaed of living connected to this war?

    In the EU at least, believe me we're fucking feeling it (in energy and fuel prices, which are themselves impacting food prices, etc.). Though the war isn't the only factor of course.