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

xkcd

13317 readers
21 users here now

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

founded 2 years ago
MODERATORS
87
submitted 2 years ago* (last edited 2 years ago) by fox@lemm.ee to c/xkcd@lemmy.world
top 19 comments
sorted by: hot top controversial new old
[–] RustyNova@lemmy.world 20 points 2 years ago (1 children)

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

[–] funnystuff97@lemmy.world 2 points 2 years ago (1 children)

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

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

Nerd sniped. ^^

[–] sanguinepar@lemmy.world 19 points 2 years 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 8 points 2 years 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 5 points 2 years ago

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

[–] sanguinepar@lemmy.world 2 points 2 years 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 3 points 2 years ago* (last edited 2 years 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 1 points 2 years ago

ah, genius probabilistic sorting!

[–] Steve@communick.news 15 points 2 years 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 4 points 2 years ago

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

[–] 7heo@lemmy.ml 3 points 2 years ago* (last edited 2 years 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.

[–] Tolstoshev@lemmy.world 7 points 2 years ago

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

[–] Brekky@lemmy.world 4 points 2 years ago

That was FUN!

[–] kalpol@lemmy.world 3 points 2 years ago

Anyone remember The Incredible Machine game from the 90s?

[–] 7heo@lemmy.ml 3 points 2 years ago* (last edited 2 years 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)

[–] Olgratin_Magmatoe@lemmy.world 2 points 2 years ago (1 children)

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

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

It should be, but the server is overloaded.

[–] SecretPancake@feddit.de 2 points 2 years ago

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