You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 1$\begingroup$ I'd like to share an old take on this. The 19th century mathematician Henri Poincaré has described something very similar in his essay Mathematical Creation. So maybe that is just how people think. (I have this story and the quiotation from the book Letters to a young mathematician (link points to the right page in a preview on Google Books) by Ian Steward) $\endgroup$user7610– user76102012-02-03 09:02:49 +00:00Commented Feb 3, 2012 at 9:02
- 3$\begingroup$ I quite often find myself stuck on problems when doing programming. I really try to concentrate, tries to visualize the problem, writes code, etc. to find a solution to the problem. After a while I'm so frustrated not finding a solution that I'll start working with another part of the software. When doing this context switch I very often come up with solutions to the original problem which makes me directly jump back and write code for that (which makes me forget about the part I was currently working on...) I still haven't found a good method to manage lots of these context switches though... $\endgroup$Erik Hellström– Erik Hellström2012-06-14 13:51:19 +00:00Commented Jun 14, 2012 at 13:51
- 1$\begingroup$ I know a similar phenomenon - that you remember unsolved problems or uncompleted tasks better than solved resp. completed ones - as the Zeigarnik effect. But "there is controversy regarding the reliability of the Zeigarnik effect". $\endgroup$Hans-Peter Stricker– Hans-Peter Stricker2014-04-03 21:10:57 +00:00Commented Apr 3, 2014 at 21:10
- 1$\begingroup$ In lucid dream induction there's a technique called "non-induction", where after a few intense days of affirmations and other training, the person completely lets go and does not even allow the topic of induction to enter one's mind. It is remarkably effective at inducing lucid dreams when properly executed. I've compared this phenomenon to a coiled spring - a spring will not expand as long as you keep compressing it. In case of induction, learning, focus and intention is the equivalent of compression $\endgroup$Alex Stone– Alex Stone2014-11-25 16:01:44 +00:00Commented Nov 25, 2014 at 16:01
- $\begingroup$ Let me share this, as you asked, At my work place when I am stuck in some issue in code or any other technical aspect, most of the solutions I end up finding in the restroom, while relaxing, its like all the probabilities and possibilities shows up and the issues are narrowed down to a single point. And in a while ,I know that where the problem is, and what will be the solution. Cheers that you asked. So me. :P $\endgroup$nobalG– nobalG2017-09-15 08:24:04 +00:00Commented Sep 15, 2017 at 8:24
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. cognitive-psychology), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you