fox@lemm.ee to xkcd@lemmy.worldEnglish · edit-27 months agoxkcd #2916: Machinexkcd.comexternal-linkmessage-square20fedilinkarrow-up1179arrow-down14cross-posted to: rust@programming.devhackernews@lemmy.smeargle.fans
arrow-up1175arrow-down1external-linkxkcd #2916: Machinexkcd.comfox@lemm.ee to xkcd@lemmy.worldEnglish · edit-27 months agomessage-square20fedilinkcross-posted to: rust@programming.devhackernews@lemmy.smeargle.fans
minus-square7heo@lemmy.mllinkfedilinkEnglisharrow-up10·edit-27 months agoCool, 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)