this post was submitted on 06 Apr 2024
174 points (97.8% liked)

xkcd

8457 readers
64 users here now

A community for a webcomic of romance, sarcasm, math, and language.

founded 1 year ago
MODERATORS
174
submitted 4 months ago* (last edited 4 months ago) by fox@lemm.ee to c/xkcd@lemmy.world
you are viewing a single comment's thread
view the rest of the comments
[–] 7heo@lemmy.ml 10 points 4 months ago* (last edited 4 months ago)

Cool, but it's now impossible to submit anything, as the server is being DDOS'd. Not out of malice, mind you, there are just too many geeks out there, and this is a Sunday...

Still, one can read the titles of the already posted rooms with:

env URL=https://incredible.xkcd.com \
curl -SsL $URL/machine/current \
| jq .grid[][] | grep -v '^null$' | tr -d '"' \
| while read uuid; do printf '%s: ' "$uuid"; \
curl -SsL $URL/folio/$uuid \
| jq .blueprint.title; done

(Useful to find out if your room made it to the public set)