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

xkcd

13360 readers
214 users here now

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

founded 2 years ago
MODERATORS
87
submitted 2 years ago* (last edited 2 years 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 3 points 2 years ago* (last edited 2 years 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)