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/)T
Posts
1
Comments
170
Joined
2 yr. ago

  • Unfortunately an Alcubierre drive dumps a shitload of high energy radiation in the direction of travel when it stops. We would sterilize every world we get to.

  • Anything based on nagios supports custom checks, via any executable script.

  •  
        
    apt install nginx
    cp -r my-files/* /var/www/
    
    
      
  • Because we get bombarded with the negative parts.

  • I wouldn't use it unless you have a separate room somewhere, they are VERY loud.

  • I disagree with this, container runtimes are a software like all others where logging needs to be configured. You can do so in the config of the container runtime environment.

    Containers actually make this significantly easier because you only need to configure it once and it will be applied to all containers.

  • Docker stores that stdout per default in a log file in var/lib/docker/containers/...

  • Containers don't do log rotation by default and the container itself has no say in the matter. You have to configure it in your container runtime config.

  • Thank you so much for that shop recommendation, I have been searching for this for a while.

  • In the oidc provider in authentik you have to enable sending the groups. I forgot what its called.

  • Roles in authentik are for permissions in authentik. You want a group instead. Group memberships are send via OIDC.

  • I'm not sure if you've ever had a public project, but for most people, be it YouTube, twitch, github, whatever, its not so easy. Negative comments grate on you, and, over time, can really take a toll.

    William Osman interviewed a bunch or creators about this: https://youtu.be/DVCpKfedfok?si=_7Y13T00rfoSQPDN

    Its not as easy as to call people out. Some people go great lengths out of spite, doxx you, send you death threats.. Is it really worth it? Not that a "fuck off" will work anyway.

    You say people will join you but they really don't. The reality is there are a ton of crucial open source projects being run by one person on the edge of burnout. See curl, xy, etc.

    Money absolutely would help and I wish the EU would put additional funding into this.

  • I would put truenas on the NAS, also put a VM on truenas with 16-24G of RAM.

    Create a kubernetes or docker swarm cluster with server 1 and the nas vm and just have everything as containers. This way you just have one resource pool, and the containers will be started wherever there are enough resources available. The containers will mount NFS shares from truenas which truenas will create automatically as ZFS datasets. ZFS supports snapshots.

  • It gets funnier. A millionaire flew two flat earthers to the south pole where they proceeded to live stream the 24 h sun. Its called "the final experiment". Yet one of the flat earthers still said the earth was flat.

  • This is probably the way, because a traditional "mail server" is actually 4-5 different servers working together.

    • postfix for SMTP
    • dovecot for IMAP
    • amavis to plug in..
    • spamassassin as anti spam
    • clam-av as antivirus

    And they can all be very easily misconfigured to break everything completely. Great learning experience though.

  • AES is already post quantum crypto so that sounds a bit marketingy.

  • Jokes on you, using AI I got that time down to 4 hours trying to convince it to create working code, and 3 hours of debugging.

  • So for those unaware. If followed through this would be the biggest economic crisis worldwide, since the great depression. No hyperbole.

    US treasury bonds are the way the US government borrows money. They are most of the debt. They are also the "safe asset". Because it was assumed that the US, being the sole superpower and the biggest economy, would always pay back its debts. Because of this whenever organizations needed to park money super safely, they would use US government bonds.

    Around 30 trillion worldwide, that is 1/3 of the world's GDP, is held in US bonds.

    You know who the biggest borrowers of US debt are? Pension funds. And you know the biggest one of all of them? Social Security. US social security holds around 3 trillion of US debt. Debt that would suddenly be worth nothing anymore.

    In total, around 27 trillion of treasury bonds are held in the US by pension funds, local governments, etc. These would be gone.

    Other countries would suddenly lose 3 trillion, biggest of which are Japan, China and the UK. Belgium Luxembourg and Switzerland hold a huge share compared to their economy, and could collapse completely.

    But hey, at least the national debt is gone, right?

    Well.. No one would borrow the US money anymore. Who would trust them anymore? Likely, this would be the end of the USD as the worlds reserve currency. With that, I doubt military spending could be upheld. The US would collapse as a superpower.

  • I would get a backup tool that offers encryption, which is most of them. Popular choices are: tarsnap, restic and Borg.