I am ccf! https://ccf.sh/


I’ve seen “small web” used to describe personal sites and blogs in HTTP-land for a while, like how Kagi is using the term. I think it just so happens, due to the nature of protocols like Gopher and Gemini, all of the content there is very personal, so it gets described as small web.
cult. just means “creatura” is closer to Latin creatūra. Also, as far as I know, the RAE doesn’t list any misspellings. I’d take them acknowledging it exists as a word to be enough for it to count as “proper” Spanish.
La Real academia española lists “creatura” as a synonym of criatura
It’s not dangerous in this case, if $tmpdir was unset, all that would happen is
rm -r $tempdircomplaining about a missing operand. The only issue I can see this causing is that ifmktemp -dfailsrmwould print an unhelpful error message. Usingrm -rfinstead would hide it, so could could checking the variable and conditionally runningrm -r, as you suggested.