• SanguinePar
    link
    fedilink
    English
    331 year ago

    That’s amazing. Possibly the cleverest thing I’ve ever seen on XKCD, and I don’t say that lightly.

    What a fun tool, and I was embarrassingly proud to finally solve my first section!

    • ValiantDust
      link
      fedilink
      English
      141 year ago

      Wow, yours looks much more difficult than mine. I just had red balls coming out on top and having to leave at the bottom. Guess I’ll try another one.

      • SanguinePar
        link
        fedilink
        English
        31 year ago

        Yeah, it was really tricky, I had to start again like 5 times!. Then the next one was like you describe, just one colour, one entrance at the top one exit at the bottom :-)

  • @Steve@communick.news
    link
    fedilink
    English
    321 year ago

    I solved one. Kinda sorta. It didn’t work consistently, but it worked well enough to count apparently.

    Then I reloaded and got this?

    • 7heo
      link
      fedilink
      English
      5
      edit-2
      1 year ago

      It’s being DDOSed. Too many users. Too many submits. The rendering code is light enough on the server that it still works (most of the work is client side, the sever just serves a bunch of json files), but the submitting code definitely crashes.

  • 7heo
    link
    fedilink
    English
    10
    edit-2
    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)

    • 7heo
      link
      fedilink
      English
      21 year ago

      It should be, but the server is overloaded.

  • @SecretPancake@feddit.de
    link
    fedilink
    English
    21 year ago

    This is fun! Unfortunately it’s always overwritten by someone else. I guess too many people playing at the same time?