|
|
| | Tell HN: my hack to beat insomnia | |
56 points by resdirector 2329 days ago | hide | past | web | 45 comments | favorite |
|
| Whenever I'm tired, but can't sleep, I take a cold shower. It snaps me awake. Then tiredness sets in quickly: such is the rate change of tiredness, I seem to go straight though the sleep barrier...usually in a few minutes (presumably). It's not statistically significant yet, but it's worked about four out of four times now. |
|
 Guidelines
| FAQ
| Support
| API
| Security
| Lists
| Bookmarklet
| DMCA
| Apply to YC
| Contact
|
I read about a simple technique in a meditation book (the purpose of this was not falling asleep, but it works for me). Close your eyes and start counting with a special technique to infinity.
The trick is to count one number while breathing in... slowly counting in your head until you are done breathing in and when your breath out immediately switch to the next number. There should basically be no moment where you have time to think about anything else besides the numbers. The switch from i to i+1 must be instant. Because if you are leaving gaps your mind starts wandering again.
If you find out that you got distracted start again at 1. Don't cheat.
Just run this JavaScript code in your head the next time (recognize that there are no calls to mind.thinkAboutSomethingElse()!):
___
var i = 1;
while(!body.isSleeping()) {
}___