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/)OF
Posts
0
Comments
81
Joined
2 yr. ago

  • Yeah let's weaken our political messaging for the camp where acting forces want to feed the latino population to alligators in the name of pedantry! Fuck the fact that most Americans would probably guess Dachau is a cheese or something, and that Auschwitz is certainly the most recognizable of the camps taught from the holocaust, we want to be 5% more correct!

  • 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?

  • Last time this comic popped up someone ruined my life by mentioning trickster, so I'm obligated to do the same for some of you. It's a mod for minecraft that introduces a turing complete system of circles that pretty closely resembles real life functional programming languages in terms of overall structure. It's explicitly an esolang, so sometimes the suffering is the point, but it is really neat to be able to spin up a quick spell to solve some problem you've encountered in the world.

  • If all they needed was the features of a scientific calculator they would have used their calculator app, it's pretty clear based on context they're saying they needed access to a graphing calculator for coursework.

  • It's a pretty standard tool to assist with learning any math beyond algebra, and was a requirement in both my uni and high school classes. I'm fortunate enough to have gone to a high school where there were plenty of calculators provided by the school, but the major exams like the SAT and whatnot did not provide one and would also not have allowed phones.

  • Nope, the wabbit emu is for replacing a TI graphing calculator which is north of ~$150 in the US. Still cheaper than a phone, but only a third or so the price of my daily driver at the time of purchase.

  • 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