Ask HN: How much time do you spend “thinking” about a hard problem each day?
I'm really curious to learn about how others allocate (or find time) in their schedule each day to reflect on a problem they're attempting to solve (personal or professional).
My personal anecdote:
I find that I tend to solve "hard" problems during periods of unconscious processing (times where I'm NOT actively thinking about the problem). However, I also know I need to spend a lot of active time thinking about the problem first, before my brain can "take over". I'm usually able to structure in the unconscious processing time with things like exercise, in particular long distance hiking (5+ hours ideally) on weekends.
Finding time to reflect on problems in the middle of the week, in an active sense, has been my hardest challenge. As someone who codes all day for my startup, I can easily get into a groove for 10+ hours and not take any meaningful reflection breaks.
9 comments
[ 5.0 ms ] story [ 29.1 ms ] threadIf something is really complex / important / hard to change later, then I'll usually stop after the research phase and allow my unconscious mind to chew away on the solution, most commonly for me the 'Aha moment' comes during my morning workout. When I'm really stuck I re-read all my collected material, search for prior art again and repeat the process. Sometimes time forces me to just start building, although those are the times when I typically end up refactoring later.
I definitely agree that time away from the problem to reflect leads to a better solution, but IMHO you have to have a really great problem statement and good context for the subconscious to do its best work.
What I wonder, based on your comment, is if I can distill exactly what I'm trying to do down to a simple statement or phrase, can I use some sort of technique to "imprint" the thought to my subconscious so it knows to go "work on this" for a while. Mind you, this may not even be a thing and this concept is all pseudo-science placebo, but it at least anecdotally rings true for me.
I also go to the gym throughout the week but I usually am focusing on the workout too much to think about coding.
Sometimes I just have to more or less sleep on it though. I work on some other part of the project and come in the next day with fresh perspective. It's probably always kinda rolling around in the back of my head to some degree.
The Learning How to Learn course(free on Coursera) talks about focused mode vs diffused mode of thinking. I think you might find topic interesting. https://www.coursera.org/learn/learning-how-to-learn
The book 'Deep Work' by Cal Newport has some good perspectives on this.