this post was submitted on 19 Aug 2025
432 points (94.4% liked)

Programming

23201 readers
306 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Melvin_Ferd@lemmy.world 56 points 2 months ago* (last edited 2 months ago) (2 children)

Not to take away how important reading these things are but I hate how people with a functional memory have no idea what life is like for people with poor memory. I would forget everything I read the minute button mashed the keyboard to quit the manual. It's like when trying to imagine what is like living as one of those people without an inner voice. It's such a foreign idea that its a shock when you realize some people don't have one

[–] Hawke@lemmy.world 71 points 2 months ago (1 children)

Bro’s not saying you have to memorize the manual, just like … read it. Even a bit of familiarity goes a long way.

If you have literally no memory then command line is 100% unusable but otherwise every little bit helps.

[–] Melvin_Ferd@lemmy.world 19 points 2 months ago* (last edited 2 months ago) (3 children)

No memory is me being hyperbolic but it's severely limited. So I feel like reading a manual line by line means I get much less out of it but it's a large amount of time invested. So I have to factor in that my retention vs time on task is pretty skewed. It's frustrating. I need to do something a few times to learn. Learning by reading is not great for me. But tech is a very document heavy industry

[–] dylanmorgan@slrpnk.net 13 points 2 months ago (2 children)

So: read the man page, find the switches and options you need and hand write that bitch on a notepad, close the man page and execute the command. It’s tedious but it will help your not-great memory work a lot better.

[–] GreenMartian@lemmy.dbzer0.com 11 points 2 months ago (1 children)

Or easier, just fire up multiple tty's. The poor person's tabs.

[–] IncogCyberspaceUser@lemmy.world 3 points 2 months ago (1 children)

What does tty mean in this context?

[–] coriza@lemmy.world 3 points 2 months ago

In this context it is multiple command line instances, like multiple terminals.

[–] Melvin_Ferd@lemmy.world 1 points 2 months ago

Thank you for the advice. I'll try that

[–] subignition@fedia.io 12 points 2 months ago (1 children)

Most people don't memorize things just by reading them. If you chose to construct some simple exercises/examples for yourself to learn by doing, this is very normal and in fact a good idea!

[–] Melvin_Ferd@lemmy.world 2 points 2 months ago

Thanks I'll give that a try.

[–] Feyd@programming.dev 26 points 2 months ago* (last edited 2 months ago) (2 children)

I don't know if you mean you don't remember the gist even, but it's more about learning about what's possible with what so you can look up specifics when you need them than remembering the contents wholesale

[–] GreenMartian@lemmy.dbzer0.com 10 points 2 months ago* (last edited 2 months ago)

This is exactly it. Do I have to read a reference for regex every damn time? Yes. But I also have an idea of what it can do; and knowing that, I have a vague idea when a problem presents itself that I could use regex to solve it.

Edit: Hello Zalgo my old friend.

[–] Melvin_Ferd@lemmy.world 1 points 2 months ago

This is great perspective and advice. It's how I learn too. I always felt like a poor performer because in my life I haven't been able to recall specifics after learning something when I compared to others. I've got a complex. But general what you describe is how I recall. Almost in chunks but not specifics.