this post was submitted on 27 Dec 2024
29 points (85.4% liked)
Showerthoughts
30097 readers
418 users here now
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. A showerthought should offer a unique perspective on an ordinary part of life.
Rules
- All posts must be showerthoughts
- The entire showerthought must be in the title
- Avoid politics
- 3.1) NEW RULE as of 5 Nov 2024, trying it out
- 3.2) Political posts often end up being circle jerks (not offering unique perspective) or enflaming (too much work for mods).
- 3.3) Try c/politicaldiscussion, volunteer as a mod here, or start your own community.
- Posts must be original/unique
- Adhere to Lemmy's Code of Conduct
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 figure that which is written and rewritten is addresses. To memories and some kind of ambient idea-objects.
If that were the case, you wouldn't just remember things a little wrong, you'd try and recall your name and instead be remembering a field trip you took in 3rd grade.
The other guy is right. Pass by value is a better analogue, and the act of recall actually performs a mutation.
You are implying that the process must be error-prone? I don't see how that follows.
I am not implying, I am explicitly saying the process of memory recall is error-prone.
And further to the original commenters point, we already have enough understanding of the underlying physical mechanics of memory to be able to say that pass-by-value is a more appropriate analogue to how memory works than pass by reference.
If you fuzz the value of a value by 10%, your value is still within %10 of the original value. The same can not be said for pointers.
That isn't an explanation of how we arrive at an understanding of how memory works. It's just an easily understandable statement for a computer scientist to help "prime the pump" that there may be some low-hanging reasons why thinking of human memory in terms of pointers might not be a great analogue.
Ok, so given that memory is error prone, value makes more sense than reference, because errors of reference would be more errory.
That makes assumptions about how the referred-to stuff is arranged. It assumes no organization. That memories about lunch would be kept right next to the Chemistry lessons.
So, to step away from that assumption, maybe memory-components are more organized. Gradients of meaning, say.
And maybe memory-components are less chunky. Instead of a memory of lunch, it's memory of sandwich, table and chewing, arranged appropriately in the referencing data.