• Lucid Dreaming - Dream Views




    Results 1 to 25 of 78
    Like Tree18Likes

    Thread: I am really doing something wrong, but what?

    Hybrid View

    1. #1
      Dream newbie Achievements:
      Tagger First Class Created Dream Journal 5000 Hall Points Veteran First Class
      Iriba's Avatar
      Join Date
      Apr 2013
      Gender
      Location
      Portugal
      Posts
      279
      Likes
      50
      DJ Entries
      66
      Quote Originally Posted by FryingMan View Post
      Well then, since you know exactly what to do, you'll probably be lucid in no time. And you're welcome.
      ???
      i never said what i know what to do, i simply believe that increasing my clarity
      will lead me to lucid dreams, it's different.
      That's why i created this thread, i'm falling into depression
      and my motivation isn't that higher anymore too :/

    2. #2
      〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰〰 Achievements:
      Referrer Bronze Made lots of Friends on DV 1000 Hall Points Veteran First Class
      MisakaMikoto's Avatar
      Join Date
      Feb 2014
      LD Count
      ~400
      Gender
      Location
      Warsaw
      Posts
      415
      Likes
      275

      Arrow

      Quote Originally Posted by Iriba View Post
      ???
      i never said what i know what to do, i simply believe that increasing my clarity
      will lead me to lucid dreams, it's different.
      That's why i created this thread, i'm falling into depression
      and my motivation isn't that higher anymore too :/
      Hi,

      You've said that your doing reality checks in dreams and they become more often right.
      Yet they don't trigger a lucidity?

      I can try to help you yet stuff i'il say/said below is based on my assumings
      If you could describe in slight detail how you are doing reality checks it could be quite easier, yet anyways off i try
      And about quality of your lucid dreams
      I suggest you reading up this tutorial: Dream Stabilization and Clarity Tutorial - Lucid Dreaming - Dream Views
      This tutorial allows you to learn how to extend your lucid dreams by stabilization techniques (Without stabilization lucid dreams might last a mere few minutes)
      And it helps with increasing clarity of them aswell

      Here's one of possible things that happens during your reality checking:
      A. You do reality check and then just go back to what you were doing without thinking (Even if reality check shows that you are dreaming...)
      B. You do reality check in the dream and:
      1. You noticed that reality check proves that your dreaming yet you go back to your dream stuff without thinking
      2. You noticed that reality check proves that your dreaming yet you doubt that it's possible and go back to stuff you were doing before
      3. Reality Check proved that your in reality and you go back to stuff you were doing before in dream world and so go on.

      Answers:
      Case A:
      - Your not mindful enough, when doing reality checks you must be doing them on it's own. Let's take for example how hard it was to drive a bike when you were young and let's take it now. You might be even able to drive it without holding a steer and control direction using merely legs and even while doing so talk to friend through phone? In this case driving a bike became simplified habit that currently barely requires conscious action to do. Same will happen to reality checks if you will do them mindlessly. I explained it quite poorly it's kinda hard to explain for me. If you will be confused about this i'il try to explain more or maybe some other person could explain instead
      Case B.1:
      - Kinda related to mindfulness. After you finish doing reality check analyse the result it gave and think whether you are dreaming or not. After reading up all those stuff about lucid dreaming you will surely know what would that mean if you were able to breathe through closed nose or that you have six fingers (It would mean that your dreaming?). If reality check proves that your dreaming and your still doubtful about that then you can try some dream control stuff or other reality checks like amount of fingers?
      Also when doing Dream Control stuff be confident that it will work because you are dreaming?
      This tutorial will explain better than me how to control dreams: http://www.dreamviews.com/dream-cont...-tutorial.html
      Case B.2:
      - Mentioned about this in above case. I belive i explained stuff there if not then feel free to scold me for that
      Case B.3:
      - This problem would be caused by lack of belif and confidence that reality check will work i guess? I myself rarely did reality checks yet i can tell you a thing dreams are based on our emotions, expectations and memory. If you will fear that shop manager will catch you stealing time travel machine then he will most likely do it and if you expect to be able to swallow three ice-cream balls at once then you might do it
      The memory part is kinda tricky yet probably most effective part of dream control. It was called by BillyBob in his tutorial for dream control a passive control
      You just lie to yourself that you stole from merchant ancient sword and you have it in your closet while fully beliving that you actually have it and that it's all truth and then you go to closed open it and bam it might be just there
      If you want reality checks to be effective then have confidence that they will work and prove that your dreaming when doing them. Fear or be happy that it might prove that your dreaming And here goes the memory part once more: Trick yourself into thinking fully that reality check will work for sure before doing it and then do it. I belive that's it about reality checks successfulness even if after that they will fail or just be not good enough i'd suggest switching rc to different one maybe?

      Anyways if you were doing reality checks wrong then your most likely by now after reading all that thinking that you will have to practice again few weeks/months correctly reality checks before they will start to work like you want them to work in dreams. But worry not my friend. Our brain is not that harsh. In fact it is quite kind and flexible to our needs. Anyways enough that metaphors n' random stuff let's get to the work
      All you need to do is to re-write/alter the part of memory in brain that has written in data of how to do reality checks. The rest aka habit of doing reality checks every once in a while or whenever you see something weird is in other place yet it redirects to segment of memory which is responsible for reality checks how to n' stuff.
      It would be imo best to explain through programming example lol:
      PHP Code:
      *Somewhere in your memory code*
      RealityChecks()
      {
          
      PutHandOnNose() // You put your hand on the nose
          
      PlugNose() // You plug your nose
          
      TryToBreathe() // You try to breathe
          
      if(YouCanBreathe// You see/check yourself whether you can breathe and if you can breathe then
          
      {
              
      IknowImDreaming true // Then you know that your dreaming or more likely start to suspect that your dreaming
          
      }
          else 
      // If you can't breathe through plugged nose
          
      {
              
      IknowImDreaming false // You doubt that your dreaming and probably do few other reality checks or just go back to stuff you were doing before?
          
      }
          
      }

      // That was the part of your memory that's responsible for knowing how to reality check let's say
      // But it's not responsible for knowing when to do reality check
      *Somewhere in your memory code*

      DailyLife() // A Daily Life aka walking around, playing games or taking a shower 
      {
          if(
      SeeSomethingWeird// If you see something weird then
          
      {
              
      RealityChecks() // Then you will most likely decide to do a reality check
          
      }
          if(
      30MinutesPassedSinceLastRealityCheck// Let's say you do reality check every thirty minutes so when the time passes you will remind yourself to
          
      {
              
      RealityChecks() // Do a reality check
          
      }
      }

      /* So if you will change how you do reality checks then you won't probably need to wait
       few weeks or months for it to start happen everytime you decide to do reality check in dream. 
      Afterall if stuff would work like this then people would need to wait weeks or months before doing their task in lucid dream.
      BUT THATS NOT HOW BRAIN WORKS NOR THE MEMORY
      We can set tasks few minutes before we fall asleep and enter lucid dream
      But the trigger plays key role here
      Something must make you do certain action
      Aka seeing something weird = reality check
      Seeing Something weird is pointer to reality check and does not contains whole reality check stuff. So it's fine i guess :P?
      */ 
      I guess i just went too far with explanations
      Anyways now the part of re-writing reality check
      The easiest way imo would be doing it through daydreaming

      Here's example way of doing this with daydreaming:
      Go to bed or some dark place where your comfy and relaxed
      Start to daydream
      Visualize yourself on the streets
      You suddenly see flying ape with ak-47
      And then your like wait. that's not possible. am i dreaming?
      Then you perform the reality check
      And here insert new schema of reality check and do it the new way you decided to do previously
      Perform this stuff a few times till you feel like you've replaced old reality check with new one

      You can rewrite the way you do reality checks by just living your waking life and when time comes to do reality check then do it the new way
      It would be slower than daydreaming i belive?

      Or you can just memorize how to do new way reality checks and set strong intention to do them like this in future.

      I think i've explained most of stuff i wanted to
      If you have any questions, doubts about lucid dreaming or my load of text then feel free to ask
      And to be honest most of this stuff was based on my experience and small slice of theorizing
      So i can't say that i'm 100% certain that everything was right
      - Goodluck
      I'm back! Again? Uhhh..

    3. #3
      Dream newbie Achievements:
      Tagger First Class Created Dream Journal 5000 Hall Points Veteran First Class
      Iriba's Avatar
      Join Date
      Apr 2013
      Gender
      Location
      Portugal
      Posts
      279
      Likes
      50
      DJ Entries
      66
      Quote Originally Posted by MisakaMikoto View Post
      Hi,

      You've said that your doing reality checks in dreams and they become more often right.
      Yet they don't trigger a lucidity?

      I can try to help you yet stuff i'il say/said below is based on my assumings
      If you could describe in slight detail how you are doing reality checks it could be quite easier, yet anyways off i try
      And about quality of your lucid dreams
      I suggest you reading up this tutorial: Dream Stabilization and Clarity Tutorial - Lucid Dreaming - Dream Views
      This tutorial allows you to learn how to extend your lucid dreams by stabilization techniques (Without stabilization lucid dreams might last a mere few minutes)
      And it helps with increasing clarity of them aswell

      Here's one of possible things that happens during your reality checking:
      A. You do reality check and then just go back to what you were doing without thinking (Even if reality check shows that you are dreaming...)
      B. You do reality check in the dream and:
      1. You noticed that reality check proves that your dreaming yet you go back to your dream stuff without thinking
      2. You noticed that reality check proves that your dreaming yet you doubt that it's possible and go back to stuff you were doing before
      3. Reality Check proved that your in reality and you go back to stuff you were doing before in dream world and so go on.

      Answers:
      Case A:
      - Your not mindful enough, when doing reality checks you must be doing them on it's own. Let's take for example how hard it was to drive a bike when you were young and let's take it now. You might be even able to drive it without holding a steer and control direction using merely legs and even while doing so talk to friend through phone? In this case driving a bike became simplified habit that currently barely requires conscious action to do. Same will happen to reality checks if you will do them mindlessly. I explained it quite poorly it's kinda hard to explain for me. If you will be confused about this i'il try to explain more or maybe some other person could explain instead
      Case B.1:
      - Kinda related to mindfulness. After you finish doing reality check analyse the result it gave and think whether you are dreaming or not. After reading up all those stuff about lucid dreaming you will surely know what would that mean if you were able to breathe through closed nose or that you have six fingers (It would mean that your dreaming?). If reality check proves that your dreaming and your still doubtful about that then you can try some dream control stuff or other reality checks like amount of fingers?
      Also when doing Dream Control stuff be confident that it will work because you are dreaming?
      This tutorial will explain better than me how to control dreams: http://www.dreamviews.com/dream-cont...-tutorial.html
      Case B.2:
      - Mentioned about this in above case. I belive i explained stuff there if not then feel free to scold me for that
      Case B.3:
      - This problem would be caused by lack of belif and confidence that reality check will work i guess? I myself rarely did reality checks yet i can tell you a thing dreams are based on our emotions, expectations and memory. If you will fear that shop manager will catch you stealing time travel machine then he will most likely do it and if you expect to be able to swallow three ice-cream balls at once then you might do it
      The memory part is kinda tricky yet probably most effective part of dream control. It was called by BillyBob in his tutorial for dream control a passive control
      You just lie to yourself that you stole from merchant ancient sword and you have it in your closet while fully beliving that you actually have it and that it's all truth and then you go to closed open it and bam it might be just there
      If you want reality checks to be effective then have confidence that they will work and prove that your dreaming when doing them. Fear or be happy that it might prove that your dreaming And here goes the memory part once more: Trick yourself into thinking fully that reality check will work for sure before doing it and then do it. I belive that's it about reality checks successfulness even if after that they will fail or just be not good enough i'd suggest switching rc to different one maybe?

      Anyways if you were doing reality checks wrong then your most likely by now after reading all that thinking that you will have to practice again few weeks/months correctly reality checks before they will start to work like you want them to work in dreams. But worry not my friend. Our brain is not that harsh. In fact it is quite kind and flexible to our needs. Anyways enough that metaphors n' random stuff let's get to the work
      All you need to do is to re-write/alter the part of memory in brain that has written in data of how to do reality checks. The rest aka habit of doing reality checks every once in a while or whenever you see something weird is in other place yet it redirects to segment of memory which is responsible for reality checks how to n' stuff.
      It would be imo best to explain through programming example lol:
      PHP Code:
      *Somewhere in your memory code*
      RealityChecks()
      {
          
      PutHandOnNose() // You put your hand on the nose
          
      PlugNose() // You plug your nose
          
      TryToBreathe() // You try to breathe
          
      if(YouCanBreathe// You see/check yourself whether you can breathe and if you can breathe then
          
      {
              
      IknowImDreaming true // Then you know that your dreaming or more likely start to suspect that your dreaming
          
      }
          else 
      // If you can't breathe through plugged nose
          
      {
              
      IknowImDreaming false // You doubt that your dreaming and probably do few other reality checks or just go back to stuff you were doing before?
          
      }
          
      }

      // That was the part of your memory that's responsible for knowing how to reality check let's say
      // But it's not responsible for knowing when to do reality check
      *Somewhere in your memory code*

      DailyLife() // A Daily Life aka walking around, playing games or taking a shower 
      {
          if(
      SeeSomethingWeird// If you see something weird then
          
      {
              
      RealityChecks() // Then you will most likely decide to do a reality check
          
      }
          if(
      30MinutesPassedSinceLastRealityCheck// Let's say you do reality check every thirty minutes so when the time passes you will remind yourself to
          
      {
              
      RealityChecks() // Do a reality check
          
      }
      }

      /* So if you will change how you do reality checks then you won't probably need to wait
       few weeks or months for it to start happen everytime you decide to do reality check in dream. 
      Afterall if stuff would work like this then people would need to wait weeks or months before doing their task in lucid dream.
      BUT THATS NOT HOW BRAIN WORKS NOR THE MEMORY
      We can set tasks few minutes before we fall asleep and enter lucid dream
      But the trigger plays key role here
      Something must make you do certain action
      Aka seeing something weird = reality check
      Seeing Something weird is pointer to reality check and does not contains whole reality check stuff. So it's fine i guess :P?
      */ 
      I guess i just went too far with explanations
      Anyways now the part of re-writing reality check
      The easiest way imo would be doing it through daydreaming

      Here's example way of doing this with daydreaming:
      Go to bed or some dark place where your comfy and relaxed
      Start to daydream
      Visualize yourself on the streets
      You suddenly see flying ape with ak-47
      And then your like wait. that's not possible. am i dreaming?
      Then you perform the reality check
      And here insert new schema of reality check and do it the new way you decided to do previously
      Perform this stuff a few times till you feel like you've replaced old reality check with new one

      You can rewrite the way you do reality checks by just living your waking life and when time comes to do reality check then do it the new way
      It would be slower than daydreaming i belive?

      Or you can just memorize how to do new way reality checks and set strong intention to do them like this in future.

      I think i've explained most of stuff i wanted to
      If you have any questions, doubts about lucid dreaming or my load of text then feel free to ask
      And to be honest most of this stuff was based on my experience and small slice of theorizing
      So i can't say that i'm 100% certain that everything was right
      - Goodluck
      i really appreciate your time to explain all this to me
      but, every reality check i do, i do it with emotion, and the feeling
      i might be dreaming at that moment. and i don't use 1 or 2 reality checks,
      i use the most effective right now, such as looking at hands, plugging nose and breath
      thumb through palm, and taking a look at hours.
      but sometimes i do reality checks in my dreams and most of them are the hands
      reality check or the nose one, because when i do these both, i believe they will work.
      I'm not saying the thumb through palm or the hours won't work, but i feel
      a less confidence in those two, it's like i trust hand reality check and the nose one
      the most, that's why i use them with more frequency on my dreams
      and as you said
      the reality checking and do something else, that quite happens in my dreams
      sometimes when i see like 6 fingers on my hands i simply don't say
      "hey im dreaming!" i ignore that fact and continue what i was doing before.
      That's also a thing i don't understand.
      But i have these dreams like only 1-2 per month, i rarely have them, and when i have
      this schema happens, and i feel it will be always like this. i'm stuck in this phase :/
      I dont understand because, every day i do at least 5 reality checks sections, and when i mean
      mean sections, into those sections, there are 4 reality checks. that those are
      the hand, the nose, the thumb and the clock. And i still can't get any LD.

      i wonder if i am mentally ill?

    4. #4
      Moderator Achievements:
      Tagger First Class Made lots of Friends on DV Referrer Bronze Huge Dream Journal Made Friends on DV Veteran First Class 10000 Hall Points
      FryingMan's Avatar
      Join Date
      Sep 2013
      LD Count
      327
      Location
      The Present Moment
      Posts
      5,454
      Likes
      6943
      DJ Entries
      960
      Quote Originally Posted by Iriba View Post
      ???
      i never said what i know what to do, i simply believe that increasing my clarity
      will lead me to lucid dreams, it's different.
      That's why i created this thread, i'm falling into depression
      and my motivation isn't that higher anymore too :/
      There is a pattern to your answers: it seems clear you do not spend the time to really carefully read and consider the advice you're getting. "I"m already doing all of that!" you say. If you were really doing everything that everybody has advised you, after 3 years you'd be lucid with excellent frequency.

      My advice to you was: forget everything you THINK you know about lucid dreaming, and start over. Because what you THINK you know DOESN'T WORK.

      5 periods of RCs during the day is very few. Don't do a series of 4 or 5, stick with ONE. If you love hands and really think it works, then do hands. I prefer nose pinch and do it exclusively, it works great.

      To really get lucidity going you need to be thinking about dreaming and the very real possibility that you are dreaming RIGHT NOW, very frequently during the day. Like no less than every 10 minutes, even more can be better, if you can do it without getting exhausted.

      I was quite serious about my original advice. Try to cultivate the mindset that you don't know about lucid dreaming, read and follow LaBerge "A Course In Lucid Dreaming" along with Exploring the World of Lucid Dreaming, and you will be lucid within a month. Do NOT think "Oh I already know this" while reading. Assume that you don't know it, and read with a fine tooth comb looking for nuggets of golden knowledge.
      Wolfdog, ThreeCat and MisakaMikoto like this.
      FryingMan's Unified Theory of Lucid Dreaming: Pay Attention, Reflect, Recall -- Both Day and Night[link]
      FryingMan's Dream Recall Tips -- Awesome Links
      “No amount of security is worth the suffering of a mediocre life chained to a routine that has killed your dreams.”
      "...develop stability in awareness and your dreams will change in extraordinary ways" -- TYoDaS

    5. #5
      Dream newbie Achievements:
      Tagger First Class Created Dream Journal 5000 Hall Points Veteran First Class
      Iriba's Avatar
      Join Date
      Apr 2013
      Gender
      Location
      Portugal
      Posts
      279
      Likes
      50
      DJ Entries
      66
      Quote Originally Posted by FryingMan View Post
      There is a pattern to your answers: it seems clear you do not spend the time to really carefully read and consider the advice you're getting. "I"m already doing all of that!" you say. If you were really doing everything that everybody has advised you, after 3 years you'd be lucid with excellent frequency.

      My advice to you was: forget everything you THINK you know about lucid dreaming, and start over. Because what you THINK you know DOESN'T WORK.

      5 periods of RCs during the day is very few. Don't do a series of 4 or 5, stick with ONE. If you love hands and really think it works, then do hands. I prefer nose pinch and do it exclusively, it works great.

      To really get lucidity going you need to be thinking about dreaming and the very real possibility that you are dreaming RIGHT NOW, very frequently during the day. Like no less than every 10 minutes, even more can be better, if you can do it without getting exhausted.

      I was quite serious about my original advice. Try to cultivate the mindset that you don't know about lucid dreaming, read and follow LaBerge "A Course In Lucid Dreaming" along with Exploring the World of Lucid Dreaming, and you will be lucid within a month. Do NOT think "Oh I already know this" while reading. Assume that you don't know it, and read with a fine tooth comb looking for nuggets of golden knowledge.
      How is at least 20 reality checks per day very few?
      lol, and why forget what i know about lucid dream?
      what would be the point of that?
      and my reality checks are always done with the real intetion
      that i might be dreaming.

      I really don't want to start everything over and over again.
      i mean, this 3 years was nothing but a joke?
      i feel my dreams had evolved in their clarity and stuff
      and for this 3 years i learned how to take advantage of them
      but if you're telling me to start all over again, my motivation won't be the same.
      per more hard i try to start over i will never forget this harsh 3 years.

      Quote Originally Posted by Wolfdog View Post
      Would you mind explaining us what your practice consists of to get you lucid? Specifically, how do you practice for lucid dreaming? What techniques have you practiced, for how long, how consistent, explain the how you do them? The best way we can help you is if you share with us the information of what you've been doing all these past years in relation to lucidity in dreams. The more you can detail your situation, the easier it is to get a workable solution to your problem.

      I mean, I look at the people here who have offered countless of suggestions and possible solutions that you can apply to overcome your situation, yet you keep saying that you've done all which has been suggested. From what I've seen from personal experience, a method should be practiced at least 3 - 6 months to see if it yields results, if not, then the practice should be changed. For example, I've been practicing one method of lucidity for the past two months, and I'm willing to practice it for a couple of months more before I can judge whether it worked or not for me. That's one technique; if I were to follow each and every suggestion that's been said in this thread, then it'll easily take me more than 3 years to effectively test each and every one of them and evaluate the results.

      So, ask yourself, have you been doing each and everything that's been suggested here for a reasonable amount of time so as to see whether it worked or not? If so, have you been doing each and every practice consistently every day, with diligence and determination? If your response to any of these two questions is a NO, then you should review again what's been advised.
      i practiced ADA + WBTB + MILD
      for 3 years.
      Last edited by NyxCC; 09-14-2014 at 07:33 PM. Reason: Merged posts, please use edit button for consecutive posts

    6. #6
      Moderator Achievements:
      Tagger First Class Made lots of Friends on DV Referrer Bronze Huge Dream Journal Made Friends on DV Veteran First Class 10000 Hall Points
      FryingMan's Avatar
      Join Date
      Sep 2013
      LD Count
      327
      Location
      The Present Moment
      Posts
      5,454
      Likes
      6943
      DJ Entries
      960
      Quote Originally Posted by Iriba View Post
      How is at least 20 reality checks per day very few?
      lol, and why forget what i know about lucid dream?
      what would be the point of that?
      and my reality checks are always done with the real intetion
      that i might be dreaming.

      I really don't want to start everything over and over again.
      i mean, this 3 years was nothing but a joke?
      i feel my dreams had evolved in their clarity and stuff
      and for this 3 years i learned how to take advantage of them
      but if you're telling me to start all over again, my motivation won't be the same.
      per more hard i try to start over i will never forget this harsh 3 years.
      There you go again. There's nothing wrong with your practice in your mind, and all advice you get you reject for one reason or another, including lolling at people who spend their precious time to try to help you. You argue instead of working hard to understand. And you wonder why you have few responses....

      I don't know, was it a joke? Did you enjoy anything about it?

      If you'd done a thorough reading of the material on the forum, you'd know that self-awareness and memory are key to lucid dreaming, not technique or what you "know" about lucid dreaming. When I say "forget everything you know", I mean to erase your assumptions and look hard for what you have missed, for you have missed something! What exactly thatt is, I don't know, only you can find that. starting a practice "anew" wouldn't reset your self-awareness and memory gains, of course.

      And yes, 5 moments of RC during the day, doing 4 back to back like it sounds like you do, IS very few! When I have a dry spell, I end up spending the entire day sometimes as one long RC it seems, and some intense days like this result in lucidity pretty soon.

      Final bit of advice: the most important quality in an LDer is the ability to experiment, self-evaluate and adjust: keep what works, throw out what doesn't. The other is dedcation. Dedication, though, without the ability to course-correct doesnt serve much of a purpose. It seems you have a ways to go in developing self-evaluation.
      MisakaMikoto likes this.
      FryingMan's Unified Theory of Lucid Dreaming: Pay Attention, Reflect, Recall -- Both Day and Night[link]
      FryingMan's Dream Recall Tips -- Awesome Links
      “No amount of security is worth the suffering of a mediocre life chained to a routine that has killed your dreams.”
      "...develop stability in awareness and your dreams will change in extraordinary ways" -- TYoDaS

    7. #7
      Dream newbie Achievements:
      Tagger First Class Created Dream Journal 5000 Hall Points Veteran First Class
      Iriba's Avatar
      Join Date
      Apr 2013
      Gender
      Location
      Portugal
      Posts
      279
      Likes
      50
      DJ Entries
      66
      Quote Originally Posted by FryingMan View Post
      There you go again. There's nothing wrong with your practice in your mind, and all advice you get you reject for one reason or another, including lolling at people who spend their precious time to try to help you. You argue instead of working hard to understand. And you wonder why you have few responses....

      I don't know, was it a joke? Did you enjoy anything about it?

      If you'd done a thorough reading of the material on the forum, you'd know that self-awareness and memory are key to lucid dreaming, not technique or what you "know" about lucid dreaming. When I say "forget everything you know", I mean to erase your assumptions and look hard for what you have missed, for you have missed something! What exactly thatt is, I don't know, only you can find that. starting a practice "anew" wouldn't reset your self-awareness and memory gains, of course.

      And yes, 5 moments of RC during the day, doing 4 back to back like it sounds like you do, IS very few! When I have a dry spell, I end up spending the entire day sometimes as one long RC it seems, and some intense days like this result in lucidity pretty soon.

      Final bit of advice: the most important quality in an LDer is the ability to experiment, self-evaluate and adjust: keep what works, throw out what doesn't. The other is dedcation. Dedication, though, without the ability to course-correct doesnt serve much of a purpose. It seems you have a ways to go in developing self-evaluation.

      I really don't understand this thing anymore.
      i've been doing a lot of reality checks all these years
      and all i get is some dream fragments of me looking at my hands or pinching my nose.
      How is that even a progress?
      So as you say i have to do like 1 RC every 10 seconds or something?
      All this years i kept telling my self, that self-awareness is what it triggers
      the lucid dream, and this started to make sense for me, if you don't look around you,
      what's happening and what the world looks like, there is no chance you'll do that in a dream world

    Similar Threads

    1. What went wrong?
      By Hanumana in forum Introduction Zone
      Replies: 5
      Last Post: 09-02-2011, 08:08 PM
    2. Am i doing it wrong?
      By Aziq in forum Introduction Zone
      Replies: 5
      Last Post: 09-01-2011, 06:55 PM
    3. What is WRONG with me?
      By Teeliumtrozzle in forum General Dream Discussion
      Replies: 9
      Last Post: 07-22-2008, 02:07 AM
    4. What's wrong with this?
      By Nefarious in forum The Lounge
      Replies: 8
      Last Post: 07-07-2008, 02:15 AM
    5. Am I doing something wrong?
      By xXxmagicalyambagxXx in forum Lucid Aids
      Replies: 22
      Last Post: 05-13-2008, 02:18 AM

    Tags for this Thread

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •