RE: https://labyrinth.social/@nash/116178591588359360

you ever write code so inefficient you have to secure 80% of the world’s DRAM production

@colinstu In the era of the first Pentium processors we had 8 MiB (yes, Mibi) of RAM quite often, and 16 MiB the lucky ones.
Had a colleague who wrote a memory leaking application, because he wrote convoluted C++ code, instantiating too many out of control classes - the style that I would later witness with Java.
When he got a new job position he was triumphant: "Ha! Now I have a PC with 256 megs!".
He didn't realize that any space can be filled.
@luc0x61 @colinstu @harald not can every space be filled, but every space WILL be filled.