• Lucid Dreaming - Dream Views




    Results 1 to 23 of 23

    Thread: Howzit

    1. #1
      The First Lightbender Achievements:
      Tagger First Class Made lots of Friends on DV Referrer Bronze 5000 Hall Points Veteran First Class
      IAmCoder's Avatar
      Join Date
      Dec 2010
      Location
      Down Under
      Posts
      1,078
      Likes
      564

      Howzit

      Howzit Dreamers!

      I am originally from South Africa and now live in the USA. I write code for a living and listen to trance (vocal and progressive) for breakfast, lunch and even sleep - when my wife lets me.

      I have been into lucid dreaming most of my life and am constantly looking to increase the odds of having one and improve my control. I am fascinated by the brain and consciousness and am constantly in awe of our ability to be aware.

    2. #2
      Let's play. MindGames's Avatar
      Join Date
      Dec 2010
      LD Count
      Unknown
      Gender
      Location
      America
      Posts
      623
      Likes
      216
      Nice to meet you, IAmCoder. I also write code for a living. (well, I wouldn't say for a living, but I plan on it when I move out!) I see your title spells AIM. Was that intentional?

      I agree, the mind is a wonderful thing. It's my source of inspiration and hope for artificial intelligence that could one day rule modern computing.

      How often do you usually attain lucidity?
      Last edited by MindGames; 12-17-2010 at 05:01 AM.

    3. #3
      The First Lightbender Achievements:
      Tagger First Class Made lots of Friends on DV Referrer Bronze 5000 Hall Points Veteran First Class
      IAmCoder's Avatar
      Join Date
      Dec 2010
      Location
      Down Under
      Posts
      1,078
      Likes
      564
      Hi MindGames, that was not intentional - my code "never compiles first time"! I have fixed it, but well spotted and real fast.

      AI was actually the very first app I decided to write in high school. I made a neural simulator and after a good 14 years all it can do is basic math - but it is looking real cool now at least.

      [QUOTE]How often do you usually attain lucidity?[QUOTE]
      Never enough!

    4. #4
      The First Lightbender Achievements:
      Tagger First Class Made lots of Friends on DV Referrer Bronze 5000 Hall Points Veteran First Class
      IAmCoder's Avatar
      Join Date
      Dec 2010
      Location
      Down Under
      Posts
      1,078
      Likes
      564
      Quote - fail. Again, it never compiles first time!

      So what language do you write in? I mostly write C# these days, with a bit of C++ here and there, but I grew up on VB4-6 and still use VB .Net for personal projects.

    5. #5
      Let's play. MindGames's Avatar
      Join Date
      Dec 2010
      LD Count
      Unknown
      Gender
      Location
      America
      Posts
      623
      Likes
      216
      That's neat. Does it actually learn? I never came to grasp the inner workings of the brain but I have contemplated how I would go about re-creating it.

      Haha, I know how you feel about compiling code. Mine usually compiles quickly but never fails to create its own undocumented features .

      My language of choice is C++, mostly because I never took the time to learn about objects; Java never felt right to me, anyway. As a matter of fact, the only reason I use C++ is because I didn't find out about the original C first!

    6. #6
      JP
      USA <span class='glow_FF4500'>JP</span> is offline
      REALITY CHECK! Achievements:
      Tagger First Class 1000 Hall Points Referrer Bronze Veteran First Class

      Join Date
      Oct 2010
      LD Count
      Not Enough
      Gender
      Location
      California
      Posts
      401
      Likes
      52
      Welcome to the forums, it's always nice to see new people eager to learn. If you need help with anything feel free to ask.

    7. #7
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      I knew before reading anything that you were South African. I used to work for a bunch of South Africans, they are the only people I've ever know to use the word howzit

      I'm a coder too, there are a bunch of us here.

    8. #8
      The First Lightbender Achievements:
      Tagger First Class Made lots of Friends on DV Referrer Bronze 5000 Hall Points Veteran First Class
      IAmCoder's Avatar
      Join Date
      Dec 2010
      Location
      Down Under
      Posts
      1,078
      Likes
      564
      Quote Originally Posted by MindGames View Post
      That's neat. Does it actually learn?
      Yeah, very simple actually. It randomly generates new neurons with a strength of 100 and a random input or output key. And then randomly creates connections between them, also with a strength of 100. Then it runs through a pre-compiled list of things to learn, e.g:
      Input:"1+1=",Output:"2"
      Input:"1+2=",Output:"3"
      Input:"1+3=",Output:"4"

      And types the input into the program one letter at a time. Any neuron with say "+" as an input key will then fire and trigger all outgoing connections and a little current runs up the connection to the neuron at the end of it. The neuron's charge then counts up and once the threshold (I generally set it to 3) is reached, it fires all of its outgoing connections... Whenever a neuron with an output key is triggered, the app then types that as the response. So each time it runs a item in the learning list, it checks the output: if it matches, all neurons and connections that were used / triggered, get their strength counted up by one. And each time the output is incorrect, the strength is counted down until it reaches 0, then the neuron or connection is deleted.

    9. #9
      The First Lightbender Achievements:
      Tagger First Class Made lots of Friends on DV Referrer Bronze 5000 Hall Points Veteran First Class
      IAmCoder's Avatar
      Join Date
      Dec 2010
      Location
      Down Under
      Posts
      1,078
      Likes
      564
      juvenile: Hi, and thanks - I will do so.

      ninja: Cool brew, what language do you write in?

    10. #10
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      C and C++ mostly. Although right now PHP

    11. #11
      The First Lightbender Achievements:
      Tagger First Class Made lots of Friends on DV Referrer Bronze 5000 Hall Points Veteran First Class
      IAmCoder's Avatar
      Join Date
      Dec 2010
      Location
      Down Under
      Posts
      1,078
      Likes
      564
      Quote Originally Posted by ninja9578 View Post
      C and C++ mostly. Although right now PHP
      Shame man!

      I have studied ninjutsu (Bujinkan Budō Taijutsu) for a few years and always sleep with a katana within reach. I believe the awareness practices I learnt through it helped a great deal with lucidity.

    12. #12
      Dream Architect jasonresno's Avatar
      Join Date
      Jul 2010
      LD Count
      3
      Gender
      Location
      Illinois
      Posts
      151
      Likes
      6
      DJ Entries
      60
      Welcome to the forum, Coder! Good to have another fresh face
      As children we believe anything is possible. As adults, we need to remember it.

    13. #13
      Web of dreams Achievements:
      Made lots of Friends on DV Tagger Second Class Created Dream Journal Populated Wall Referrer Bronze 5000 Hall Points Veteran First Class
      dakotahnok's Avatar
      Join Date
      Jul 2010
      LD Count
      Gender
      Location
      Miami, ok
      Posts
      2,197
      Likes
      727
      DJ Entries
      5
      Quote Originally Posted by IAmCoder View Post
      Yeah, very simple actually. It randomly generates new neurons with a strength of 100 and a random input or output key. And then randomly creates connections between them, also with a strength of 100. Then it runs through a pre-compiled list of things to learn, e.g:
      Input:"1+1=",Output:"2"
      Input:"1+2=",Output:"3"
      Input:"1+3=",Output:"4"

      And types the input into the program one letter at a time. Any neuron with say "+" as an input key will then fire and trigger all outgoing connections and a little current runs up the connection to the neuron at the end of it. The neuron's charge then counts up and once the threshold (I generally set it to 3) is reached, it fires all of its outgoing connections... Whenever a neuron with an output key is triggered, the app then types that as the response. So each time it runs a item in the learning list, it checks the output: if it matches, all neurons and connections that were used / triggered, get their strength counted up by one. And each time the output is incorrect, the strength is counted down until it reaches 0, then the neuron or connection is deleted.
      Simple.........

      I was always a dreamer, in childhood especially. People thought I was a little strange.-Charley pride

    14. #14
      The First Lightbender Achievements:
      Tagger First Class Made lots of Friends on DV Referrer Bronze 5000 Hall Points Veteran First Class
      IAmCoder's Avatar
      Join Date
      Dec 2010
      Location
      Down Under
      Posts
      1,078
      Likes
      564
      Quote Originally Posted by jasonresno View Post
      Welcome to the forum, Coder! Good to have another fresh face
      Thanks, glad I shaved last night!

    15. #15
      The First Lightbender Achievements:
      Tagger First Class Made lots of Friends on DV Referrer Bronze 5000 Hall Points Veteran First Class
      IAmCoder's Avatar
      Join Date
      Dec 2010
      Location
      Down Under
      Posts
      1,078
      Likes
      564
      Quote Originally Posted by dakotahnok View Post
      Simple.........
      Guess I will have to post a picture one day, then you can see.

    16. #16
      Web of dreams Achievements:
      Made lots of Friends on DV Tagger Second Class Created Dream Journal Populated Wall Referrer Bronze 5000 Hall Points Veteran First Class
      dakotahnok's Avatar
      Join Date
      Jul 2010
      LD Count
      Gender
      Location
      Miami, ok
      Posts
      2,197
      Likes
      727
      DJ Entries
      5
      Quote Originally Posted by IAmCoder View Post
      Guess I will have to post a picture one day, then you can see.
      haha sounds good

      I was always a dreamer, in childhood especially. People thought I was a little strange.-Charley pride

    17. #17
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      Quote Originally Posted by IAmCoder View Post
      Shame man!

      I have studied ninjutsu (Bujinkan Budō Taijutsu) for a few years and always sleep with a katana within reach. I believe the awareness practices I learnt through it helped a great deal with lucidity.
      Cool man. I've never actually practiced ninjutsu. I'm karate, jiu jitsu, tae kwon do, and tang so doo. Karate is the one I'm a master in though.

    18. #18
      The First Lightbender Achievements:
      Tagger First Class Made lots of Friends on DV Referrer Bronze 5000 Hall Points Veteran First Class
      IAmCoder's Avatar
      Join Date
      Dec 2010
      Location
      Down Under
      Posts
      1,078
      Likes
      564
      Respect. Have you ever fought and won in competitions? That is one thing I always felt I missed out on in ninjutsu - real practice.

      When I was a kid I was lucky enough that parts of the American Ninja movies were filmed in SA and the martial arts choreographer was a family friend. So I had a few training sessions as a toddler already and managed to get my hands on two of the sword props from the movie. Luckily they were blunt, at least by the time I was old enough to really appreciate them.

    19. #19
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      Yeah, I placed third in the american tang soo do championships a few years ago and I used to do MMA until I broke my thumb. Now I have a hard time gripping people in actual combat, so I can't really do that anymore.

    20. #20
      The First Lightbender Achievements:
      Tagger First Class Made lots of Friends on DV Referrer Bronze 5000 Hall Points Veteran First Class
      IAmCoder's Avatar
      Join Date
      Dec 2010
      Location
      Down Under
      Posts
      1,078
      Likes
      564
      Very cool and congratulations, but I am sorry to hear about your thumb! I guess you must have had at least a thousand dreams of taking people down in order to get that far.

      I am always fascinated by the physics in my dreams when they relate to martial arts. Some of the grips and locks in ninjutsu are very complex and they always seem to work like they should in dreams.

      The best dreams, and perhaps worst type of nightmare, are the ones where you start off lucid and then do something stupid, only to forget you are dreaming again and go on to deal with the consequences. Waking up is the best relief and puts any real life problems into perspective!

    21. #21
      Member Codename's Avatar
      Join Date
      Sep 2010
      LD Count
      3!
      Gender
      Posts
      289
      Likes
      15
      Jeez ive always wanted to code but unfortunately its just too daunting of a task for me. I just dont see it as a practical job, sitting in front of a computer typing code all day.....I dont think i have the mind for it either.

    22. #22
      Let's play. MindGames's Avatar
      Join Date
      Dec 2010
      LD Count
      Unknown
      Gender
      Location
      America
      Posts
      623
      Likes
      216
      Regardless of what career you're going to pursue, knowing how to program is always a good skill. There are a lot of applications. For instance, I picked up a cryptography book a few weeks ago, and I decided to implement one of the ciphers in a C++ program, which ended up being a good learning experience. It's pretty fun in my opinion.

    23. #23
      Member
      Join Date
      Sep 2008
      LD Count
      24
      Gender
      Location
      Baltimore
      Posts
      37
      Likes
      4
      Definitely helps to know programming. It's what I'm currently doing for a paycheck myself. I started with C++ when I was 13, mostly do web stuff though: CF, PHP, etc. But at home in my spare time I mostly code in C, ASM for low-level system stuff. Trying to get a job in InfoSec after I get my BS in Computer Science. I definitely think it takes a certain type of person for programming, I started when I was a teen and basically taught myself everything up until college (which really only helps with theory stuff). Glad to see a decent user-base of programmers!

    Similar Threads

    1. Well hey there, Moondust, howzit goin'?
      By moondust in forum Introduction Zone
      Replies: 17
      Last Post: 04-02-2010, 12:33 AM
    2. Howzit??
      By Sesquipedalian Dreams in forum The Lounge
      Replies: 2
      Last Post: 12-31-2005, 04:16 AM

    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
    •