this post was submitted on 30 Sep 2025
214 points (96.9% liked)
Programmer Humor
26650 readers
1892 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I just have to explain each and every facet of this silly little analogy to you because you really just only want to stick to your line of , "unused memory is useless".
Alright, I will.
You can use the other clothes to:
It can be a shared wardrobe, like in events and such:
Unused memory is not useless.
It gives an option to others whether or not to use it.
And caching stuff really has nothing to do with having used Python vs C++ or Rust or whatever.
That is a totally different option.
If your program is taking up more working memory, you then have less memory for the caching, that you are calling "good".
I am not going to even try to explain it to you how far that is from what I mean by the words the you can go up and read.
And when creating a framework for scripting, you need to be careful about the features, least you end up forcing single threading everything. (See X4)