• 0 Posts
  • 12 Comments
Joined 3 years ago
cake
Cake day: July 2nd, 2023

help-circle




  • You are free to update the comment with whatever context you think is necessary, I included the snippet of video most of the discussion was about; I apologize for not including a snippet that included the change in the trees in the back of the shot as well. The included clip does have a weird morph on the sleeve in the left half of the screen that is also implies either an edit or artificial video.

    I think the reason people are so quick to believe this is a generated video is because the current administration has already openly and willingly been spreading AI generated content including Trump. This doesn’t feel like a stretch, particularly in the wake of his highly publicized absence from the public eye.


  • For the context of anyone reading this comment, this is the relevant snippet of video people are referencing as their evidence for this video being AI. It’s a couple of links deep from OP’s link, and I think having it here helps.

    Also he linked his own comment explaining why this isn’t AI, which while not intrinsically dishonest, is important to note. This isn’t someone who read the comment and was convinced spreading it further, it is just a person signal boosting their take.



  • I don’t want to be an asshole but after checking a couple of those out they all appear to be post-authorization vulnerabilities? Like sure if you’re just passing out credentials to your jellyfin instance someone could use the device log upload to wreck your container, but shouldn’t most people be more worried about vulnerabilities that have surface for unauthorized attackers?



  • With certbot there’s probably a plugin to do it automatically, but if you just want to get something working right now you can run the following to manually run a dns challenge against your chosen domain names and get a cert for any specified. This will expire in ~3 months and you’ll need to do it again, so I’d recommend throwing it in a cron job and finding the applicable certbot-dns-dnsprovider plugin that will make it run without your input. Once you have it working you can extract the certs from /etc/letsencrypt/live on most systems. Just be aware that the files there are going to be symlinks so you’ll want to copy them before tarballing them to move other machines.

    certbot --preferred-challenges dns --manual certonly -d *.mydomain.tld -d mydomain.tld -d *.local.mydomain.tld