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/)JU
Posts
5
Comments
1,669
Joined
2 yr. ago

  • Yeah, probably wont be possible for people to make their own data cables for much longer. Fiber cables are much cheaper and thinner than copper at least, so not as much of an issue to buy different sizes instead of making them yourself.

  • Ok, but domestic shame has nothing to do with geopolitics. Other actors can act on that shame to influence american politics, I guess.

    However, if European leaders start taking up the viewpoint that all Americans are racists and imperialists, then relations will only further deteriorate. Americans could be subject to sanctions and banned from Europe. American refugees will be turned away. Americans will be subject to hate crimes. Trump-aligned fascists will play up Americans' fears and use the international hatred of Americans to drum up support.

    A state's foreign policy is not, and has never been, equivalent to the culture of it's people.

    I say this as an American immigrant in Europe.

  • Take foreign policy issues up with the leaders who proposed them. Leave innocent citizens out of this, and support those who resist Trump.

    Ethnic and cultural insults only furthers the divide between European and American culture.

  • All storage is on a Ceph cluster with 2 or 3 disk/node replication. Files and databases are backed up using Velero and Barman to S3-compatible storage on the same cluster for versioning. Every night, those S3 buckets are synced and encrypted using rclone to a 10tb Hetzner Storage Box that keeps weekly snapshots.

    Config files in my git repo:

    https://codeberg.org/jlh/h5b/src/branch/main/argo/external_applications/velero-helm.yaml

    https://codeberg.org/jlh/h5b/src/branch/main/argo/custom_applications/bitwarden/database.yaml

    https://codeberg.org/jlh/h5b/src/branch/main/argo/custom_applications/backups

    https://codeberg.org/jlh/h5b/src/branch/main/argo/custom_applications/rook-ceph

    Bit more than 3 copies, but hdd storage is cheap. Majority of my storage is Jellyfin anyways, which doesn't get backed up.

    I'm working on setting up some small nvme nodes for the ceph cluster, which will allow me to move my nextcloud from hdd storage into its own S3 bucket with 4+2 erasure coding (aka raid 6). That will make it much faster and also its cut raw storage usage from 4x to 1.5x usable capacity