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

xkcd

11040 readers
414 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
top 20 comments
sorted by: hot top controversial new old
[–] RustyNova@lemmy.world 33 points 1 year ago (1 children)

NONONONO- NOT BALLS MACHINES! I CAN'T GET OUT! MUST. WATCH. BALLS...

[–] funnystuff97@lemmy.world 5 points 1 year ago (1 children)

Randall has somehow weaponized my love for the Blue Ball Machine. He is a threat to us all.

[–] mangaskahn@lemmy.world 5 points 1 year ago* (last edited 1 year ago)

Nerd sniped. ^^

[–] Steve@communick.news 32 points 1 year ago (2 children)

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

Then I reloaded and got this?

[–] where_am_i@sh.itjust.works 8 points 1 year ago

Reload again and get a 4 color criss-cross sorter T.T

[–] 7heo@lemmy.ml 5 points 1 year ago* (last edited 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.

[–] sanguinepar@lemmy.world 32 points 1 year ago (3 children)

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@feddit.de 14 points 1 year ago (2 children)

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.

[–] cron@feddit.de 7 points 1 year ago

Same for me. I was wondering if there is another difficulty or so

[–] sanguinepar@lemmy.world 3 points 1 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 :-)

[–] starman@programming.dev 6 points 1 year ago* (last edited 1 year ago)

xkcd machine that separates balls

That's my submission. Balls get separated by sword and this anti-gravitational thingy

[–] where_am_i@sh.itjust.works 4 points 1 year ago

ah, genius probabilistic sorting!

[–] Tolstoshev@lemmy.world 15 points 1 year ago

I remember XKCD #1. I just did the math in my head and it’s been ~20 years. Fuck I’m old.

[–] 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)

[–] kalpol@lemmy.world 9 points 1 year ago (1 children)

Anyone remember The Incredible Machine game from the 90s?

[–] NoIWontPickAName@kbin.earth 1 points 1 year ago

Love that game

[–] Olgratin_Magmatoe@lemmy.world 7 points 1 year ago (1 children)

Quite an enjoyable one. I just wish it were possible to re-visit past machines you made.

[–] 7heo@lemmy.ml 2 points 1 year ago

It should be, but the server is overloaded.

[–] Brekky@lemmy.world 7 points 1 year ago

That was FUN!

[–] SecretPancake@feddit.de 2 points 1 year ago

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