Earlier quoted context omitted.
> memory accuracy There are individuals with very good memories for all sorts of things, who seem to manage to reconsolidate their memories near-losslessly (at least within the confines of the mental schema they organize said memories into.) Surgeons with anatomy, lawyers and judges with case-law, etc. At this point I’m convinced that the lossy method humans intuitively reconsolidate memories with, isn’t so much a fe…
I remember when I first took a data structures course, learning things like trees and linked lists, I had a total paradigm shift with respect to how I understood my own mind. I had never really thought about the different ways that data could be organized, and how they perform differently. I figured that since this was so basic to computer science, my own mind couldn't be doing something completely different. It migh…
It seems to me that whenever I watch a movie, if I really liked it, I check my perceived quality of the movie against the quality of my current favorite movie, and if the new movie beats the old favorite, I update the "favorite movie" pointer to point to the new movie. When someone asks "What's your favorite movie?" I just return the name of whatever the favorite_movie points to.
The question of "Favorite movie where a gun is shot" is much harder, I think, because my memories aren't really indexed that way. I can't query by "gun is shot" so I can't get the subset of movies I've seen with gun shots and pick my favorite.
To me, it seems like my brain, at least for movies, has something of a key value store, which I can scan, slowly and imperfectly, but not query with complex questions. Or, maybe, if the queries are too complex they timeout and I don't get back any results.