this post was submitted on 12 Jun 2023
107 points (99.1% liked)

Programmer Humor

32710 readers
265 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 2 years ago (1 children)

Storing the value in the user instead of RAM!

[–] softhat 2 points 2 years ago (1 children)

This actually raises a very good question - could you increase the amount of available RAM by using the user?

Juggling chainsaws comes to mind.

[–] [email protected] 1 points 2 years ago

That's basically what old games did with passwords for saves. Although I guess that's more like using the user as persistent storage rather than ram.