this post was submitted on 19 Aug 2025
418 points (94.3% liked)
Programming
23074 readers
157 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
view the rest of the comments
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
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.
Or easier, just fire up multiple tty's. The poor person's tabs.
What does tty mean in this context?
In this context it is multiple command line instances, like multiple terminals.
Thank you for the advice. I'll try that
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!
Thanks I'll give that a try.
https://tldr.sh/
https://cheat.sh/