Seeing code in dreams

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post 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.
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Post by daedalus__ »

I want extra yellow receptors.
User avatar
Obadiah
Forum Regular
Posts: 580
Joined: Mon Jul 31, 2006 9:13 am
Location: Ashland, KY
Contact:

Post 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:
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Glad I could be of service.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

that's what you get for eating fruity pebbles... man up! It's all about the Waffle Crisp!
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Cookie crisp dude. Where you been?
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

Everah wrote:Cookie crisp dude. Where you been?
Teletubbies land

ROFL
User avatar
phpdevuk
Forum Contributor
Posts: 220
Joined: Mon Jul 04, 2005 5:31 am
Location: UK
Contact:

Post 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.
User avatar
Pyrite
Forum Regular
Posts: 769
Joined: Tue Sep 23, 2003 11:07 pm
Location: The Republic of Texas
Contact:

Post 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:
php.newbie
Forum Newbie
Posts: 16
Joined: Wed Sep 20, 2006 3:28 am

Post 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:
User avatar
Pyrite
Forum Regular
Posts: 769
Joined: Tue Sep 23, 2003 11:07 pm
Location: The Republic of Texas
Contact:

Post 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!
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Post by daedalus__ »

That sounds more like a nightmare. hahahahahahaha
User avatar
Pyrite
Forum Regular
Posts: 769
Joined: Tue Sep 23, 2003 11:07 pm
Location: The Republic of Texas
Contact:

Post by Pyrite »

LOL!! :lol: :lol:

It was too, I think I was stuck in a do while loop
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Post by daedalus__ »

let me guess

Code: Select all

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