Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Do you dream about programming?

Do you dream about programming?

Scheduled Pinned Locked Moved The Lounge
question
46 Posts 36 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Rajesh R Subramanian

    If something has really disturbed me at work, almost certainly I'll be dreaming about solving the issue. I'd be debugging in the dream. Those are nightmares.

    “Follow your bliss.” – Joseph Campbell

    C Offline
    C Offline
    Chamu Matumbura
    wrote on last edited by
    #32

    Rajesh R Subramanian wrote:

    I'd be debugging in the dream

    It's high time you consider debugging the dream itself!!! ;P

    Reuse! Buy If You Can! Build If You Must

    1 Reply Last reply
    0
    • R randomusic

      I must have done too much programming lately. Last night I was dreaming about programming, data and objects shuffled here and there according to various rules, and I tried to get it all "working" :) Anyone else having such dreams occasionally? Magnus

      Z Offline
      Z Offline
      Zamaro
      wrote on last edited by
      #33

      yes... that's my recurring nightmares.... <pre>internal static class ZamaroDreams {    internal void Dream()    {             foreach(Dream dr in DreamCollection)             {                   if (dr.IsNightmare && dr.IsAboutCoding)                   {                      dr.Show();                   }             }             ZamaroDreams.Dream(); // recurring infinite loop    } }</pre> :wtf:

      Zamaro .: http://anothernetprogrammer.spaces.live.com

      1 Reply Last reply
      0
      • R randomusic

        I must have done too much programming lately. Last night I was dreaming about programming, data and objects shuffled here and there according to various rules, and I tried to get it all "working" :) Anyone else having such dreams occasionally? Magnus

        R Offline
        R Offline
        rubinstu
        wrote on last edited by
        #34

        I high school when I was in my "second phase" of programming (the first on a TRS-80 COCO when I was 7-12 years old, the third now as a professional), I would go on massive programming binges. When I would get stuck on the kind of problem where you just try things over and over (and over and over...) for hours at a time, it would creep into my dreams. I would go through the problem in my sleep repeatedly and it was exhausting. You never get a break, even while sleeping. Occasionally (very rarely, and never when you need it), the solution would come in a dream! On a side note, after reading about some sleep and cognitive studies, as well as from my personal experience, I have concluded that the best way to write a lot of code efficiently is to -- code less and sleep more! Between staying up late (1:00 AM) on the computer and having kids waking up (6:00 AM), even though I don't feel tired, my brain is certainly not working optimally. When I do go to bed early (i.e. before 11:00) consistently for a few nights, the quality and speed of my work is much better. I have also found that 1/2 hour on the treadmill in the evening gives me a couple hours of extra brain energy at night. And my dreams are about friendly women, and not unfriendly pointers... Stuart

        1 Reply Last reply
        0
        • R randomusic

          I must have done too much programming lately. Last night I was dreaming about programming, data and objects shuffled here and there according to various rules, and I tried to get it all "working" :) Anyone else having such dreams occasionally? Magnus

          S Offline
          S Offline
          secorbett
          wrote on last edited by
          #35

          Programming is not something that I dream about. I do tend to think about it a lot while on a long run or bike ride. It's never specifics, just architecture concept stuff.

          Scott E. Corbett Software Engineer/Analyst

          1 Reply Last reply
          0
          • R randomusic

            I must have done too much programming lately. Last night I was dreaming about programming, data and objects shuffled here and there according to various rules, and I tried to get it all "working" :) Anyone else having such dreams occasionally? Magnus

            B Offline
            B Offline
            Battlehammer
            wrote on last edited by
            #36

            I dream about not programming.

            1 Reply Last reply
            0
            • R randomusic

              I must have done too much programming lately. Last night I was dreaming about programming, data and objects shuffled here and there according to various rules, and I tried to get it all "working" :) Anyone else having such dreams occasionally? Magnus

              O Offline
              O Offline
              onemorechance
              wrote on last edited by
              #37

              I have had them on occasion. The most memorable one was when a dream actually helped me solve a problem I was having with my C++ code. Of course, that was over a decade ago, and I doubt it will ever happen again.

              1 Reply Last reply
              0
              • R randomusic

                I must have done too much programming lately. Last night I was dreaming about programming, data and objects shuffled here and there according to various rules, and I tried to get it all "working" :) Anyone else having such dreams occasionally? Magnus

                O Offline
                O Offline
                Owen37
                wrote on last edited by
                #38

                randomusic wrote:

                Anyone else having such dreams occasionally?

                Regularly. Not as bad as the dreams I used to have when I was in college and I had a Calculus class that ended at 10pm: I used to dream that I was an Integral. It was always really weird to be dreaming that a concrete object (me) was embodied in an abstract mathematical concept (really abstract while trying to get my mind around it!). I usually ended up with my body twisted into the integral squiggle at some point.... :laugh:

                1 Reply Last reply
                0
                • R RugbyLeague

                  I dream about programming rather a lot - it is always absolute nonsense - the odd thing is even in the dream I am aware it is nonsense but I persevere anyway. I always wake up irritated.

                  S Offline
                  S Offline
                  Sivajish
                  wrote on last edited by
                  #39

                  I get dreams about any programming problems I had during the day and I am usually successful solving it in my dreams. Its amazing how dreaming about the problem works for me.

                  R 1 Reply Last reply
                  0
                  • E endozs

                    can anyone advise a decent dream debugger? my dream crashed last night and i found myself in a stack next to the bed in the morning......

                    S Offline
                    S Offline
                    Steve Mayfield
                    wrote on last edited by
                    #40

                    Isn't there an open source project called vdd - Visual Dream Debugger? (or was that a version description document) :confused: :laugh:

                    Steve _________________ I C(++) therefore I am

                    1 Reply Last reply
                    0
                    • S Sivajish

                      I get dreams about any programming problems I had during the day and I am usually successful solving it in my dreams. Its amazing how dreaming about the problem works for me.

                      R Offline
                      R Offline
                      RugbyLeague
                      wrote on last edited by
                      #41

                      You are lucky. I just get nonsense :(

                      1 Reply Last reply
                      0
                      • R randomusic

                        I must have done too much programming lately. Last night I was dreaming about programming, data and objects shuffled here and there according to various rules, and I tried to get it all "working" :) Anyone else having such dreams occasionally? Magnus

                        Z Offline
                        Z Offline
                        zych
                        wrote on last edited by
                        #42

                        Yes, I had a programming dream last night. In the dream I was able to solve a complicated programming problem that I couldn't seem to figure out during the day. Isn't it funny how our brains work? Now I just have to convince my boss that I'll be more productive if I sleep at my desk.

                        1 Reply Last reply
                        0
                        • R randomusic

                          I must have done too much programming lately. Last night I was dreaming about programming, data and objects shuffled here and there according to various rules, and I tried to get it all "working" :) Anyone else having such dreams occasionally? Magnus

                          L Offline
                          L Offline
                          LingonberryTart
                          wrote on last edited by
                          #43

                          Sadly, yes I do. I have dreams where programming and "real-world" concepts collide. I've been known to dream about "dimming up" a casserole, for example...casserole.meat = "hamburger", casserole.sauce = "marinara", casserole.starch = "penne", casserole.cheese = "mozzarella". I also recently had a dream where I was dismayed to find I'd paid the electric bill in test, not production. I probably need professional help.

                          1 Reply Last reply
                          0
                          • R RugbyLeague

                            I dream about programming rather a lot - it is always absolute nonsense - the odd thing is even in the dream I am aware it is nonsense but I persevere anyway. I always wake up irritated.

                            F Offline
                            F Offline
                            Fenshaw
                            wrote on last edited by
                            #44

                            Years ago, I had a period of dreaming in binary. Endless strings of 1's and 0's and nearly going mad trying to parse them into meaningful instructions. X|

                            "To do is to be." [Descartes] "To be is to do." [Voltaire] "Do be do be do..."[Frank Sinatra]

                            1 Reply Last reply
                            0
                            • R randomusic

                              I must have done too much programming lately. Last night I was dreaming about programming, data and objects shuffled here and there according to various rules, and I tried to get it all "working" :) Anyone else having such dreams occasionally? Magnus

                              K Offline
                              K Offline
                              KennZAney
                              wrote on last edited by
                              #45

                              What ever I am working on at work, I tend to dream about some nights. If I've had to hassle with my time entries, I spend part of the night dreaming about reviewing my time entries to be sure they are correct. :doh:

                              1 Reply Last reply
                              0
                              • R randomusic

                                I must have done too much programming lately. Last night I was dreaming about programming, data and objects shuffled here and there according to various rules, and I tried to get it all "working" :) Anyone else having such dreams occasionally? Magnus

                                P Offline
                                P Offline
                                Plamen Dragiyski
                                wrote on last edited by
                                #46

                                Once I was dream to be coding the project that I do for myself. Actually a snippets of the code I saw in the dream were quite useful. From now on I suppose relaxing (and sleeping) makes the work to go better :laugh:

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • World
                                • Users
                                • Groups