• Lucid Dreaming - Dream Views




    Page 1 of 5 1 2 3 ... LastLast
    Results 1 to 25 of 116
    1. #1
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935

      Want to participate in a new technique experiment?

      This was a preliminary experiment. The full experiment is underway here



      I'm working on a new technique and need some help. The technique was pioneered by the guy at saltcube, however I don't think he did it right and with some adjustments I believe that it could be used to induce lucid dreams almost regularly, even for those who are struggling to get their first.


      The technique theory

      The technique will work by closing in mind and body in on that transition stage between sleep and awake and allow you to stay at that point and get their easily. Allowing you to either wake up easily, or fall into a WILD easily.

      If done correctly, I don't think there should be any sleep paralysis, which makes it a great technique for those freaked out by it.

      By doing a rapid fire awake, sleeping, awake, sleeping, over and over again, the mind and body will get ever closer to that transition stage every time that you wake up, making your sleep lighter and you waking time groggier. After a few cycles, you should be able to slip directly from the waking state into a dream without sleep paralysis.

      The waking and sleeping acts sort of like a regressive sine wave in math. In this graph, say that the zero line is the transition place between sleeping and being awake.

      Here the first time you awake you come from deep sleep and wake up a lot, but the next time the difference is less, and it slowly moves in on hovering around that transition place, which makes it easy to go back and forth.

      It kind of works like a DEILD, except your sleep is so light that there is no jerk and because you were just awake a few minutes ago, your memory of wanting to DEILD is very fresh.


      Requirements

      A timer: it has to be something that you can either program or be able to reset without moving too much (like a watch.)

      or

      a computer with Linux or Windows. I'll write a program that will do the appropriate things for you. It'll be a simple program.

      or

      an MP3 Player that you can either wake up and start, or can program to start playing automatically at a certain time (a computer )

      A flexible sleep schedule or weekends off. You may loose a little bit of sleep with this technique unless you can sleep in.


      Experiment

      The timer will go off at your chosen time (whenever you are in REM, about 4:30am) When it goes off, wake up, then go back to sleep, daydreaming as you do. Because you woke up abruptly, you will go from being really asleep to really awake.

      16 minutes later the alarm will wake you up again, but because your sleep was lighter, it wasn't such a jolt, so you wake up less. Daydream and go back to sleep. You can roll over or move this time, but not after this.

      8 minutes later the alarm will go off again, since you were just woken up 16 minutes before, your sleep was lighter and the shock wasn't as bad, so you are woken up less. Daydream and go back to sleep, move as little as possible, try and keep your body relaxed.

      6 minutes later it will go off again. Daydream and go back to sleep, don't move.

      4 minutes later it will go off again. This is where you WILD. Your sleep should be so light now that there should be no shock at all and your body should stay right on the transition between awake and SP.

      Now you WILD. You should already be in sleep paralysis and because your brain is close to being awake, a very vivid lucid dream should form quickly. You may have a false awakening, but you should easily get into a dream.


      Let's have volunteers!

      I want people who have had lots of lucid dreams, using various technique and especially people eager to have their first, because I think this will work perfectly to get them their first. Sign up, let me know who you are and what kind of experience you have and I'll write that program as soon as possible.


      Feedback
      Post your results here every day that you do it. Post whether or not you were able to fall asleep, any hypnogogic hallucinations, feelings the onset of sleep paralysis, if you became lucid before the final interval, and whether or not you managed to lucid dream.


      Audio File
      Audio File - (375 KB)
      Audio File for those who have a hard time getting back to sleep - (246 KB)

      Set it to go off when you think you will be in REM sleep. For Mac users I know that Alarm Clock 2 (on the apple site) is a great one that will let you play a file from your itunes library at any time.

      For Windows users I know that there are alarms out there for you too, anyone know of any?



      The zip file attached includes a program for Microsoft Windows (all versions) that all you need to do it run. It will start doing alarms at 4:30 and do them in the appropriate delay without you touching it. I haven't tested it however
      Attached Files
      Last edited by ninja9578; 09-28-2008 at 04:49 AM.

    2. #2
      This is my title. Licity's Avatar
      Join Date
      Jul 2008
      Gender
      Posts
      632
      Likes
      2
      I'd like to give this a try. The only time I will have a flexible schedule like this will be on weekends, and I can't promise every weekend. I am, however, VERY excited to start having more LDs, I had one 30 second one about two months ago, and I am ready for more.

      I will need the program though, my watch and phone will keep the alarm going until the cows come home if I am not around to stop it.

    3. #3
      Member
      Join Date
      Apr 2007
      Gender
      Posts
      609
      Likes
      28
      Can this work in the afternoon?

    4. #4
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      Quote Originally Posted by Licity View Post
      I'd like to give this a try. The only time I will have a flexible schedule like this will be on weekends, and I can't promise every weekend. I am, however, VERY excited to start having more LDs, I had one 30 second one about two months ago, and I am ready for more.

      I will need the program though, my watch and phone will keep the alarm going until the cows come home if I am not around to stop it.
      I'll write the program this weekend.

      Quote Originally Posted by mini0991 View Post
      Can this work in the afternoon?
      I doubt it, but you can try.

    5. #5
      Member Reality_is_a_Dream's Avatar
      Join Date
      Apr 2008
      Gender
      Location
      Massachusetts, USA
      Posts
      1,204
      Likes
      1
      I'll try, keep me posted!

      By far, Mothra (in all of it's forms) is the worst kaiju of all time.

    6. #6
      Member
      Join Date
      Apr 2007
      Gender
      Posts
      609
      Likes
      28
      I'll try it over the weekend and tomorrow afternoon.

      I also threw together a *very* simple QBASIC/FreeBasic program that will beep it at the indicated times. Since some BASIC dialects operate from the PC speaker, this may or may not be loud enough to wake you. My PC speaker's output gets rerouted through the speakers so I just turn 'em up and boom...shrill beep every minute. I start it up in a DOS box and just leave the speakers on all night...or when the time is set.

      If anyone runs this in freebasic, you might have to adjust the SLEEP amounts to milliseconds.

      Here it is:

      CLS
      PRINT "Timer set to go off at 4:30 AM. ESC to cancel."
      DO
      a$ = TIME$
      b$ = INKEY$
      if b$ = CHR$(27) THEN END
      if a$ = "04:30:00" then EXIT DO
      LOOP
      'beeps!
      SLEEP 960 '16 min
      PLAY "A2"
      SLEEP 480 '8 min
      PLAY "A2"
      SLEEP 360 '6 min
      PLAY "A2"
      SLEEP 240 '4 min
      PLAY "A2"
      PRINT "Done."
      END
      Just posted it if it's a help to anyone else. If you know nothing about this, just wait until the good program comes out.
      Last edited by mini0991; 09-12-2008 at 04:39 AM.

    7. #7
      Be a man of Value. Jorge's Avatar
      Join Date
      May 2008
      Gender
      Location
      Pico Rivera
      Posts
      529
      Likes
      22
      Yeah I could definatly do this. I am on Independant Studies and I am home everrday! I wake up when I want, which is usually around 10:00 a.m

      So I would definatly volunteer for that one.

      Oh and just to mention, I have only had I believe to be 2 lucids, both being somewhat controllable.

    8. #8
      This is my title. Licity's Avatar
      Join Date
      Jul 2008
      Gender
      Posts
      632
      Likes
      2
      I threw together a quick timer in Visual C++ express 2008.

      Spoiler for Code:


      I don't have access to a compiler at the moment, so it will require a basic knowledge of the language to debug, should any errors surface.

      The beeping is made by outputting a character with a value of 7, an trick a friend showed my in Visual C++ 2003. May or may not work here.

    9. #9
      Member apachama's Avatar
      Join Date
      Jun 2008
      Gender
      Location
      Wales
      Posts
      629
      Likes
      9
      I might give this a go, if I can get the program to my computer. It certainly sounds reasonable.
      Apachama: Noun. Slimey things made of dust.

      "Everything is beautiful"

    10. #10
      DV's Vexiest Vex Kitten's Avatar
      Join Date
      Nov 2005
      Gender
      Posts
      3,507
      Likes
      16
      I think I can work with this. I have been having a very hard time WILDing lately. A fresh approach might be just what I need to get back in the saddle. I'll probably do the weekend shift.

      I was wondering, would it be possible to make an mp3 version of the beeper or timer. It'd be easier for me to do this using my ipod because I don't have a timer that is easily resettable at the moment.

    11. #11
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      Duh! I don't know why I didn't think of that Will make MP3 now, program is on it's way too.

    12. #12
      Member Achievements:
      Made lots of Friends on DV Populated Wall Veteran First Class 5000 Hall Points Referrer Bronze Vivid Dream Journal
      Hukif's Avatar
      Join Date
      Jun 2008
      LD Count
      6584
      Gender
      Location
      México
      Posts
      4,153
      Likes
      1217
      DJ Entries
      126
      Hm so this is the new technique, I will do it, tough I has done it before as part of my time-training, DILD wake up, re-do until I feel like the dream will be stable then WILD and stay for some days in the dream lol

    13. #13
      Flying squirrels FTW!!! Snowy Egypt's Avatar
      Join Date
      Dec 2006
      Gender
      Location
      The Anime World
      Posts
      2,122
      Likes
      76
      I want to do this to, granted I'm in the middle of your requirements for volunteers. I would be able to do it on weekend, and it would also be easier for me with an mp3 version of the timer.
      http://img39.imageshack.us/img39/1596/sleepingpikachu4.jpg
      This guy, , and this guy, , are mine. BACK OFF!

    14. #14
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      I added the download to the original post.

      Set it to go off when you think you will be in REM sleep. For Mac users I know that Alarm Clock 2 (on the apple site) is a great one that will let you play a file from your itunes library at any time.

      For Windows users I know that there are alarms out there for you too, anyone know of any?

      I will start experimenting tonight
      Last edited by ninja9578; 09-12-2008 at 09:47 PM.

    15. #15
      * DV Veteran * Achievements:
      1 year registered Veteran First Class Made Friends on DV 50000 Hall Points
      Clairity's Avatar
      Join Date
      Feb 2005
      Gender
      Location
      USA
      Posts
      8,811
      Likes
      98
      ninjy, I can do this on the weekends as well!

      Basically are we just setting only "5" alarms (1st wakeup alarm, then 16 min, then 8 min, then 6 min and then 4 min) or do you have the pattern repeat itself over and over? (but then if you had the pattern repeat you would be interrupting your LDs.)

      I have a small vibration clock that can be set to vibrate or beep or both and has three vibration levels and you can set up to 12 alarms so I'm good to go!

      .
      Last edited by Clairity; 09-12-2008 at 09:43 PM.

    16. #16
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      Just the 5

    17. #17
      Member
      Join Date
      Jul 2008
      Gender
      Posts
      45
      Likes
      0
      how would you be able to use the alarm without waking the whole house up?
      Lucid Goals:

      WILD/Some Variation of WILD: []
      Talk to My Subconcious: []
      Fly: []
      __________
      Without dreams or ambitions, we would just be intelligent monkeys.

    18. #18
      Lover of the dark weeedoodle's Avatar
      Join Date
      Aug 2008
      Posts
      44
      Likes
      0
      I'll give it a shot.

      I'm a beginner, I've had about 4 DILDS and only 1 quality one.

      I think I should be able to do this every night, but I may have to revert to just weekends. I'll post tonights results (hopefully) tomorrow.

    19. #19
      The daydreaming chef Chef's Avatar
      Join Date
      Aug 2008
      Gender
      Location
      Norway
      Posts
      16
      Likes
      2

      Talking Mp3

      For the MP3 audio file part you can make a timer in your playlist by adding "music" with nothing in it, just silence, then have an alarm sound, silence added again for the ammount of time needed until next wake up.

      Cant try the whole idea before next week as my working schedule is fucked upp. But sounds cool and i will most def come back to see how this experiement work and hopefully try it myself.


    20. #20
      Daydream Believer
      Join Date
      Aug 2008
      Posts
      103
      Likes
      2
      you really don't need a program for this. if you look at my thread where I show a theoretical method that I thought of, I give you the syntax for the AT command to make a sound play at any time you want. The linux alternative to the windows AT is cron for you linux users (if there are even any)

    21. #21
      knows
      Join Date
      Mar 2007
      LD Count
      1billion+5
      Posts
      546
      Likes
      31
      It does work and its called the rhythm napping technique. Are you trying to refine it?
      I stomp on your ideas.

    22. #22
      Judoka
      Join Date
      Jul 2008
      Gender
      Location
      San Diego
      Posts
      41
      Likes
      1
      I've got a lot of free time in the mornings, and I can't regularly induce lucids yet. I'll start working on this tonight, and edit my initial results in tomorrow.

    23. #23
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      Quote Originally Posted by Videogamer 4 Life View Post
      how would you be able to use the alarm without waking the whole house up?
      Clairity uses a vibrating watch. You could try and find one of them.

      Quote Originally Posted by weeedoodle View Post
      I'll give it a shot.

      I'm a beginner, I've had about 4 DILDS and only 1 quality one.

      I think I should be able to do this every night, but I may have to revert to just weekends. I'll post tonights results (hopefully) tomorrow.


      Quote Originally Posted by Chef View Post
      For the MP3 audio file part you can make a timer in your playlist by adding "music" with nothing in it, just silence, then have an alarm sound, silence added again for the ammount of time needed until next wake up.

      Cant try the whole idea before next week as my working schedule is fucked upp. But sounds cool and i will most def come back to see how this experiement work and hopefully try it myself.

      You could have a long blank audio file before it instead of using an alarm to start the file that I posted. Works the same way.

      Quote Originally Posted by BaKo View Post
      you really don't need a program for this. if you look at my thread where I show a theoretical method that I thought of, I give you the syntax for the AT command to make a sound play at any time you want. The linux alternative to the windows AT is cron for you linux users (if there are even any)
      You can use any way that you've like.

      Quote Originally Posted by malac View Post
      It does work and its called the rhythm napping technique. Are you trying to refine it?
      Yes, the saltcube guy's pattern seems counterproductive, and this will work better (I think) I even mention saltcube in the introductory post

      Quote Originally Posted by Happiness is a Warm Gun View Post
      I've got a lot of free time in the mornings, and I can't regularly induce lucids yet. I'll start working on this tonight, and edit my initial results in tomorrow.

    24. #24
      I WANT A LUCID DREAM!!!!! Rai Saix's Avatar
      Join Date
      Jul 2008
      Gender
      Location
      Florida
      Posts
      379
      Likes
      1
      Count me in!!! Do we start the sleeping and wkaing cycles when we wake up naturally, or at a specific time? If I don't do it at a specific time, then I will be waking up at 11-12:00 PM ish.

    25. #25
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      4:30 AM is probably in REM for most people, so I would recommend that time, however you may need to adjust it for yourself.

    Page 1 of 5 1 2 3 ... LastLast

    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
    •