Finally the opposite of Loss
I was playing something the other day (probably Starfield) and I shot a dude, and he just turned into 2 dudes instead of dying.
My reaction to this: “Damn! Killed the dude so hard, he underwent mitosis.”
oo
00
88
oooo
oooo
0000
8888
oooooooo
oooooooo
00000000
88888888
oooooooooooooooo
oooooooooooooooo
0000000000000000
8888888888888888
oooooooooooooooooooooooooooooooo
oooooooooooooooooooooooooooooooo
00000000000000000000000000000000
88888888888888888888888888888888
oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
???
👶
python -c 'import sys,itertools as it,time as t;a="o\n";[(t.sleep(max(.3,1-(i/50))),sys.stdout.write(a),a:=a.replace(*["o","O","8","oo"][i%3:i%3+2]))for i in it.count()]'Does that loop infinitely? Because if it does Reddit needs to know ALL about it.
Does that loop infinitely
The first version I posted would loop infinitely… if you have infinite RAM, that is 🫠 (the string will reach 1KB after 30 iterations, and 1MB after 60, 2MB after 63, and so on).
Fortunately the rate of memory consumption is not too fast because python string replacement is very slow, but, thanks to your question making me think about it, to avoid eventually crashing someone’s computer if they don’t know to hit ctrl-c to kill it, i’ve now edited it so that it will stop after 60 iterations.
here is the original which will in fact run until it runs out of memory:
python -c 'import itertools as I,time as t;a="o";[(print(a),a:=a.replace(*["o","O","8","oo"][i%3:i%3+2]),t.sleep(max(.3,1-(i/50))))for i in I.count()]'if you leave this running long enough, you will be at the mercy of your operating system’s out-of-memory-killer… if it decides to kill other things before it kills this python process you might have a bad time.
What on earth? Works on my machine

Do it 27 times and you have a million dollars and the IRS all over your ass.
oooooooo
00000000
88888888
oooooooooooooooo
I think the first time I’ve seen that was still with IRC logs
bash. org for the win. (the site has been down for some time now I am pretty sure)
bash.org style joke.






