this post was submitted on 14 Sep 2025
50 points (100.0% liked)

ADHD

12026 readers
80 users here now

A casual community for people with ADHD

Values:

Acceptance, Openness, Understanding, Equality, Reciprocity.

Rules:

Encouraged:

Relevant Lemmy communities:

Autism

ADHD Memes

Bipolar Disorder

Therapy

Mental Health

Neurodivergent Life Hacks

lemmy.world/c/adhd will happily promote other ND communities as long as said communities demonstrate that they share our values.

founded 2 years ago
MODERATORS
 

Like a budget hard drive after 6 months use, my memory is shot. I feel like I can barely remember anything.

I've been learning to code for the past 6 months and I have to periodically relearn all the concepts I had already learnt to implement them. I must mention that I am also trying to learn another language as well as do my full-time day job at the same time.

It feels like I am barely making any progress and that has been a shot in the arm to my confidence.

I don't want to feel like I suck at everything, the only thing I think I have going for myself is that I think I can improve myself.

Any tips to help with memory retention?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] TangledRockets@lemmy.world 13 points 2 weeks ago (9 children)

Take notes. It's the only way I'm able to hang onto specific information and concepts ( ie code syntax, structures, processes ) in any reliable way. Your own notes are infinitely more valuable than any textbook(or blog or forum or whatever). Your own notes will be in your thought patterns, meaning when you read them later the information is 'ready-to-eat'. Textbooks written by someone else provide information which first needs to be wrestled into shape before you can use it.

I have a self-hosted nextcloud server. I spent weeks learning how to set up apache, SSL certificiates etc. Then when 3 months later something broke, I had to learn it again from scratch - which led to me writing 'guides' for myself for all the stages of the process so the next failure would be easier to recover.

If it's worth remembering, it's worth writing down.

All the best! New languages (human or machine) are always difficult, but incredibly rewarding.

[โ€“] Auster@thebrainbin.org 4 points 2 weeks ago

Second the taking notes idea.

Can say in my case, a txt file for useful commands I've been feeding since I started using Linux 4 years ago has been invaluable.

load more comments (8 replies)