How the Brain Creates a Timeline of the Past
11–20 of 24 posts
Re: How the Brain Creates a Timeline of the Past
#12 if (memory.timestamp Re: How the Brain Creates a Timeline of the Past
#13I actually think it's much simpler than all of this. I may be extrapolating from my own brain a bit, I'm fairly certain that the brain creates a timeline of the past by running a garbage collection function every night that goes something like: if (memory.timestamp
if (memory.timestamp {
memory.significance = score;
})
}Re: How the Brain Creates a Timeline of the Past
#14Re: How the Brain Creates a Timeline of the Past
#15As a programmer I think I forget a lot because programming keeps my brain busy thinking about things. I forget features and solutions I've done before. I think it's because the space inside the brain is limited. I'm thinking hard about a new problem every day. Whereas my boss can remember things I did a year ago I can't easily.
Re: How the Brain Creates a Timeline of the Past
#16As a programmer I think I forget a lot because programming keeps my brain busy thinking about things. I forget features and solutions I've done before. I think it's because the space inside the brain is limited. I'm thinking hard about a new problem every day. Whereas my boss can remember things I did a year ago I can't easily.
Maybe its just you being in the business longer than me, but I've had pretty much the opposite thought: I'm learning new stuff every day, wondering when I will start to actually forget chunks of it. Currently, it seems like most technical knowledge tends to stick in my brain, with no apparent limit yet. I can still recall most of the Redis protocol commands despite not having used it in more than six years.
Re: How the Brain Creates a Timeline of the Past
#17Earlier quoted context omitted.
Maybe its just you being in the business longer than me, but I've had pretty much the opposite thought: I'm learning new stuff every day, wondering when I will start to actually forget chunks of it. Currently, it seems like most technical knowledge tends to stick in my brain, with no apparent limit yet. I can still recall most of the Redis protocol commands despite not having used it in more than six years.
After almost 20 years as a commercial developer I forget entire projects, entire jobs even. Someone will mention a company name and it takes me a few seconds to realize that the reason the name is familiar is because I briefly worked there 15 years ago. Jobs I held for multiple years are fine but any short stints are a blur.
Re: How the Brain Creates a Timeline of the Past
#18As a programmer I think I forget a lot because programming keeps my brain busy thinking about things. I forget features and solutions I've done before. I think it's because the space inside the brain is limited. I'm thinking hard about a new problem every day. Whereas my boss can remember things I did a year ago I can't easily.
Re: How the Brain Creates a Timeline of the Past
#19I actually think it's much simpler than all of this. I may be extrapolating from my own brain a bit, I'm fairly certain that the brain creates a timeline of the past by running a garbage collection function every night that goes something like: if (memory.timestamp
I think its a bit more complex than that, maybe something like if (memory.timestamp { memory.significance = score; }) }
Re: How the Brain Creates a Timeline of the Past
#20Earlier quoted context omitted.
Maybe its just you being in the business longer than me, but I've had pretty much the opposite thought: I'm learning new stuff every day, wondering when I will start to actually forget chunks of it. Currently, it seems like most technical knowledge tends to stick in my brain, with no apparent limit yet. I can still recall most of the Redis protocol commands despite not having used it in more than six years.
After almost 20 years as a commercial developer I forget entire projects, entire jobs even. Someone will mention a company name and it takes me a few seconds to realize that the reason the name is familiar is because I briefly worked there 15 years ago. Jobs I held for multiple years are fine but any short stints are a blur.