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

xkcd

12592 readers
200 users here now

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

founded 2 years ago
MODERATORS
174
submitted 1 year ago* (last edited 1 year 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 1 year ago* (last edited 1 year 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)