Page 2 of 3

Posted: Wed Sep 20, 2006 5:48 am
by feyd
Jenk wrote:I don't suppose you wear an electromagnetically charged coat in your sleep, and your name is Joseph, is it? :lol:
Considering I'm not Christian, nope. But it was the closest simple reference for people to understand.
Jenk wrote:Is that similar (or the same?) as Synaesthesia?
Vaguely, however it is not brought on by sound. Most of the time I don't pay attention to when it is happening as I'm so used to it, but when I can actually feel the electromagnetic field I often do pay attention to it. ..and generally move away from the object as it makes me feel a little uneasy.

Posted: Wed Sep 20, 2006 6:29 pm
by Charles256
I don't see actual code but if Iever have a paticularly tough piece of work to code I normally wake up knowing exactly how to do it. exactly.

Posted: Wed Sep 20, 2006 7:58 pm
by daedalus__
I want extra yellow receptors.

Posted: Thu Sep 21, 2006 9:49 am
by Obadiah
The Ninja Space Goat wrote:
feyd wrote:I'm one of the "lucky" few who has extended yellow band receptors.
I'm one of the lucky few who has an extended you-know -what.
Everah wrote:I can't imagine what your ear lobes have anything to do with this thread Ninja.
ROFLMFAO.....i didnt get this before....i was eating cereal...you guys made me spit milk on my monitor...now i have fruity pebbels in my keyboard...thanx guys :lol:

Posted: Thu Sep 21, 2006 10:11 am
by RobertGonzalez
Glad I could be of service.

Posted: Thu Sep 21, 2006 2:35 pm
by Luke
that's what you get for eating fruity pebbles... man up! It's all about the Waffle Crisp!

Posted: Thu Sep 21, 2006 3:00 pm
by RobertGonzalez
Cookie crisp dude. Where you been?

Posted: Fri Sep 22, 2006 1:20 am
by n00b Saibot
Everah wrote:Cookie crisp dude. Where you been?
Teletubbies land

ROFL

Posted: Sun Sep 24, 2006 5:35 pm
by phpdevuk
I get the odd lucid dream occasionally, can't say codes ever featured in any I remember, but I have had ones where my head is clearly trying to solve problems.

Posted: Mon Sep 25, 2006 7:13 pm
by Pyrite
About 80% of my dreams are in code, or is it 80% of my code is in my dreams? Either way, I know what you are talking about. How often I will find myself stumped on something, go to bed and wake up with the solution, this happens to me far too often! :idea:

Posted: Mon Sep 25, 2006 11:21 pm
by php.newbie
It happened to me many times. When I look at the source code for too long, I will dream it at night and worst thing is my mind keep looping and looping in the same code. Just like an endless loop. When I woke up in morning, I feel that I didnt sleep at all. But my wife complain that i was snoring so badly till she can't sleep last nite :lol:

Posted: Mon Oct 02, 2006 11:38 pm
by Pyrite
I just woke up about an hour ago from a nap and realized my dream was in code, it was Java though, yikes!

Posted: Tue Oct 03, 2006 12:08 am
by daedalus__
That sounds more like a nightmare. hahahahahahaha

Posted: Tue Oct 03, 2006 12:18 am
by Pyrite
LOL!! :lol: :lol:

It was too, I think I was stuck in a do while loop

Posted: Tue Oct 03, 2006 12:34 am
by daedalus__
let me guess

Code: Select all

do
{
   // nothing
} while ($java == boring);
or something to that degree