Skip Navigation
Jump
The Divine Dick
  • Yes, and the church went nuts displaying the "Holy Relic" that was his supposed foreskin for many, many years, in many churches... At the same time. It got so out of control that people started to wonder why the church was so obsessed with Jesus's dick. So the Pope finally got a clue, commanded a stop to the practice, and threatened to excommunicate anyone who spoke about it afterward. Ah, Christianity. Good times.

    4
  • Jump
    Pushing Buttons: Is there even any point in making more powerful games consoles?
  • There are so many features that could be enabled with more powerful compute. Of the top of my head are things like improved physics simulations and clipping geometry (e.g. weapons clipping through models or characters). More detailed hit boxes. Etc

    9
  • I currently have a storage server with the following config.

    Multiple raid6 volumes (mdadm) -> aggregated into a lvm volume group -> lvm volumes -> encrypted with luks1 -> (no partitioning) xfs file systems mounted and used by the os

    I have the following criteria: I want to keep software raid (mdadm) with multiple raid sets, xfs, and lvm. I don't mind using 2fa, but I don't want to just store my secret keys on a dongle attached to my PC because that seems to defeat the point of encryption at rest.

    My questions:

    1. Is there a better way to encrypt my data at rest?

    2. Is there a better layer at which to apply the encryption?

    I'm mostly unhappy with luks1 over a whole lvm volume and looking for alternatives.

    --

    Thank you everyone for these great responses! I'll be looking into these ideas :)

    9