• Lucid Dreaming - Dream Views




    Results 1 to 3 of 3

    Threaded View

    1. #1
      Roflcoptin' Achievements:
      1 year registered 1000 Hall Points Veteran First Class

      Join Date
      Jul 2005
      Gender
      Location
      Ashburn, Virginia
      Posts
      53
      Likes
      0

      Reality Check Timer

      Hey, been a while since I've been up in this janx.

      Ok so I programmed a very little app for windows that beeps three times every five minutes, and everytime I hear the beeps I do a reality check. Im hoping that this gets me into the habit of actually checking my reality more often.

      I'm going to see tonight if it helped haha, I think its been helping me remember to reality check more when Im afk, but Ive only been walking around the house today so it's hard to test the scope out just yet...

      Do you think this will help me at all or should I scrap it and save the little 1 mb of RAM being used to run it? Is a timer defeating the purpose? haha
      Code:
      #include <windows.h>
      #include <iostream>
      
      int main()
      {
          while (true)
          {
              std::cout << "\a\a\a" << std::endl;
              Sleep(300000);
          }
          return 0;
      }
      Hmm and I see in when I preview this that I have a dreamjournal here... been way too long xD
      Attached Files

    Similar Threads

    1. I've only ld'ed without a reality check.
      By Clyde Machine in forum Attaining Lucidity
      Replies: 16
      Last Post: 01-15-2010, 06:29 PM
    2. Reality check.
      By Vanota in forum Lucid Experiences
      Replies: 6
      Last Post: 07-22-2008, 01:39 PM
    3. reality check:)
      By gee in forum Introduction Zone
      Replies: 9
      Last Post: 04-28-2008, 10:07 AM
    4. Reality Check
      By DoctorWolf in forum Dream Signs and Recall
      Replies: 13
      Last Post: 05-04-2006, 10:34 AM
    5. How can I have an Reality Check
      By anc_07 in forum Attaining Lucidity
      Replies: 2
      Last Post: 07-24-2005, 08:36 PM

    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
    •