Notices where this attachment appears
-
@duponin @shebang I did update the status page since then!
I fell into a trap the other day and posted about it on fedi instead of just updating the status page and sending a link. I hacked a little on timelines to load, and I'm doing more network stuff today. Some stuff on FSE (mostly /objects/) gives "Revolver-ID" headers, this kind of thing works (though that endpoint is likely to disappear some time):
curl -I https://freespeechextremist.com/objects/b611beb0-9e31-4a22-8e26-75e5c9a6e03c | mawk '$1 == "Revolver-ID:"{sub(/\r/, "", $2); system("curl https://screamshitter.club/rvl/full/"; $2)}' | jq .
Might spend tomorrow on a detour into reworking it so that large media uploads work properly. (They propagate through the network fine, but some stuff needs reworking for them to function efficiently when sending large files to clients.)