this post was submitted on 01 Aug 2023
9 points (90.9% liked)
Programming
3347 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
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
Most people will tell you to mute everything and they will not be wrong. HOWEVER managing your focus is a skill that might help you immensely and since you are motivated to work on, it I'd say give it a shot :)
For example, we often embark on long chains of thought, trying to understand some complex behavior. These greatly exceed our working memory, you can think of them as living in our brains' volatile memory and will completely vanish once we are interrupted. In a sense, during this type of reasoning, we have been running heuristics but haven't thought of anything "solid" yet.
You can try approaching problems in a way that could help you regain focus fast. For instance, trying to break down your reasoning in small logical chunks, or trying to extract intermediate conclusions as you process the problem. This can not only help you with your focus but also improve your problem solving skills in general, as you will be working in a more structured framework.