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/)LO
Posts
11
Comments
1,009
Joined
2 yr. ago

  • It's more TV is dying and Kurtzman hates Star Trek as a concept and can only write one kind of story. There is this thing we need to find that thing. An entire season about finding that thing.

    When star trek is done right it works and gets shared around and does well. The five OG star trek series. Strange new worlds, The Orville Prodigy

    It also kills me that Kurtzman misses the entire point of what Section 31 was in DS9. When he said a utopia can't exist without someone doing the dirty work like S31. That kinda of undermineds the entire point of star trek and If we have gotten to that point star trek is already dead and a dystopian zombie is wearing it's face.

  • Email minus pgp you are correct email with pgp I honestly think it's more secure than all of them since you know the protocol is not going to help you and it was the end to end encryption before it was cool. It's just a pain in the ass to use but that has nothing to do with security. I trust a pgp encrypted email over a matrix or signal where it all happens behind the scenes to the user.

  • Note I don't know one way or another if you are spamming or not and everyone has a their own tolerance for the amount. But my problem was if they are going to complain about it. They need to be correct with their statements.

  • Yes you can as bitch about the spam all day long but if you are going to, be correct about the technology you are talking

    Also you can so verify them via their public key. Pgp has the ability to sign plain text documents but not encrypt for just that reason.

  • I don't have skin in this game but Email itself can be clear text all you want. By using pgp with email is very much secure as the text encryption is not transparent you see the encrypted message you encrypted with their public key and need their private key to decrypt the message.

  • So while it's true you shouldn't use third party repos. If you look at your vpn and you have any version dependencies it will install then eventually you will have a bad time. But if it's just a self-contained package you should be fine. Worse case it may uninstall the vpn when you do an upgrade. Where people get in trouble is when they install ubuntu repos thinking they are synonyms for Debian or worse install testing or sid next to stable.

    Just remember to just read carefully when doing an upgrade and turn off unattended upgrades as that's where most breaks happen. You have to check what packages are Bing added or removed and which packages are held back. Sometimes they are held back due to the package installed in that 3rd party Repo. You can test this by running apt -s install package listed as held back in the upgrade and see what error you get to see the package breaking it.

    Learning about apt pinning woll also help you not break Debian.