fox@lemm.ee to xkcd@lemmy.worldEnglish · 2 年前xkcd #2916: Machinexkcd.comexternal-linkmessage-square20linkfedilinkarrow-up1178arrow-down14cross-posted to: rust@programming.dev
arrow-up1174arrow-down1external-linkxkcd #2916: Machinexkcd.comfox@lemm.ee to xkcd@lemmy.worldEnglish · 2 年前message-square20linkfedilinkcross-posted to: rust@programming.dev
minus-square7heo@lemmy.mllinkfedilinkEnglisharrow-up10·edit-22 年前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)
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:
(Useful to find out if your room made it to the public set)