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. Where do you get motivation?

Where do you get motivation?

Scheduled Pinned Locked Moved The Lounge
comquestion
49 Posts 30 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.
  • E El Corazon

    wout de zeeuw wrote:

    I finished last project last week, and am supposed to get the next done really quick, but I have problems getting started.

    Google "Writer's Block" the same thing applies. If you wait for inspiration, you'll be playing games all year. Make inspiration by applying techniques you know will interest you (like always doing something "new" even in a traditional app). Brainstorm, mindmap, something, anything to get yourself back involved.

    _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

    B Offline
    B Offline
    brianwelsch
    wrote on last edited by
    #26

    Jeffry J. Brickley wrote:

    Brainstorm, mindmap, something, anything to get yourself back involved.

    I find roughly mapping out the project is immensely helpful in getting a good understanding of it. Even something as a list of questions I need to answer before I begin gets me focused. Writing things on paper helps solidify the ideas in my head and I can really dig into the details after that.

    BW


    If you're not part of the solution, you're part of the precipitate.
    -- Steven Wright

    E 1 Reply Last reply
    0
    • W wout de zeeuw

      I'll pretend I didn't read this one. ;P

      Wout

      R Offline
      R Offline
      RChin
      wrote on last edited by
      #27

      Sorry :~ However, if you ever do need some de-motivating, I'm always here :-D Now back to my pointless coding


      I Dream of Absolute Zero

      1 Reply Last reply
      0
      • W wout de zeeuw

        I finished last project last week, and am supposed to get the next done really quick, but I have problems getting started. Usually a context switch does take its time for me, but there isn't much room for that right now. Last Saturday I decided to relax a bit and played tank ball[^] all day, in hopes of being refreshed afterwards. Unfortunately it only put my brain in a zombie state X| . Also it was terribly addictive, so I better stay far from that! Anybody got any tricks to get inspired really fast?

        Wout

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #28

        The programmers friend.

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

        W J 2 Replies Last reply
        0
        • S Shog9 0

          Start writing code. Top-down / bottom-up / easter-egg... doesn't matter. Just tell yourself ahead of time that you're gonna be throwing away all the code you write in the first two hours, and get started. Chances are, by the time i've hit the two hour mark, i'll have a really good idea of how i want to actually implement the thing, and can go back and start it for real. Sometimes, there's the added bonus of having actually written something salvageable in that time...

          ---- Scripts i’ve known... CPhog 1.7.1.2 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.2 - printer-friendly forums Expand all 1.0 - Expand all messages In-place Delete 1.0 - AJAX-style post delete Syntax 0.1 - Syntax highlighting for code blocks in the forums

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #29

          I've done this a few times. I've NEVER thrown any code out, by the time I'm done, it's doing what I wanted it to. So now, I don't fool myself into a mindset that may cause me to write code that I don't expect to keep.

          Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

          S 1 Reply Last reply
          0
          • C Christian Graus

            The programmers friend.

            Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

            W Offline
            W Offline
            wout de zeeuw
            wrote on last edited by
            #30

            Haha, you and your metal. I did use to listen to Dream Theatre and stuff like that. And the Dutchies The Gathering ofcourse... but lately I prefer all kinds of Caribean music and latin jazz, much more cheerful! If I ever get into game programming of something like Doom, I'll put on some Ramstein definitely. :mad:

            Wout

            1 Reply Last reply
            0
            • B brianwelsch

              Jeffry J. Brickley wrote:

              Brainstorm, mindmap, something, anything to get yourself back involved.

              I find roughly mapping out the project is immensely helpful in getting a good understanding of it. Even something as a list of questions I need to answer before I begin gets me focused. Writing things on paper helps solidify the ideas in my head and I can really dig into the details after that.

              BW


              If you're not part of the solution, you're part of the precipitate.
              -- Steven Wright

              E Offline
              E Offline
              El Corazon
              wrote on last edited by
              #31

              brianwelsch wrote:

              I find roughly mapping out the project is immensely helpful in getting a good understanding of it.

              The same goes for writing in general. More than one writing workshop talks about writer's block, which is the brain's inability to cope with direction. you don't know where you're going so you have to wait for a random impulse to supply the direction? no... you draw it out, define it, expand it, until you have a good enough grasp on the concept, plot and characters to write, then writer's block is gone. Same goes for programming, when the project is well-defined it is much easier to write.

              _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

              B 1 Reply Last reply
              0
              • C Christian Graus

                I've done this a few times. I've NEVER thrown any code out, by the time I'm done, it's doing what I wanted it to. So now, I don't fool myself into a mindset that may cause me to write code that I don't expect to keep.

                Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

                S Offline
                S Offline
                Shog9 0
                wrote on last edited by
                #32

                Christian Graus wrote:

                I've NEVER thrown any code out, by the time I'm done, it's doing what I wanted it to.

                You're probably better at it than me then. :) I'm pretty good at doing solid procedural code on the fly, but class hierarchies are something else. I'll almost always either over- or under-engineer it; looking at projects i didn't go back and re-work, there are tell-tail signs: both unnecessarily complicated class structures (complete with interfaces only ever implemented by one class) and methods that go on for pages, duplicating code found elsewhere and doing obviously stupid things to get around the limitations of whatever class it belongs to.

                ---- Scripts i’ve known... CPhog 1.7.1.2 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.2 - printer-friendly forums Expand all 1.0 - Expand all messages In-place Delete 1.0 - AJAX-style post delete Syntax 0.1 - Syntax highlighting for code blocks in the forums

                C 1 Reply Last reply
                0
                • W wout de zeeuw

                  I finished last project last week, and am supposed to get the next done really quick, but I have problems getting started. Usually a context switch does take its time for me, but there isn't much room for that right now. Last Saturday I decided to relax a bit and played tank ball[^] all day, in hopes of being refreshed afterwards. Unfortunately it only put my brain in a zombie state X| . Also it was terribly addictive, so I better stay far from that! Anybody got any tricks to get inspired really fast?

                  Wout

                  R Offline
                  R Offline
                  Roger Wright
                  wrote on last edited by
                  #33

                  A pink slip from Human Resources?;)

                  "...a photo album is like Life, but flat and stuck to pages." - Shog9

                  1 Reply Last reply
                  0
                  • S Shog9 0

                    Christian Graus wrote:

                    I've NEVER thrown any code out, by the time I'm done, it's doing what I wanted it to.

                    You're probably better at it than me then. :) I'm pretty good at doing solid procedural code on the fly, but class hierarchies are something else. I'll almost always either over- or under-engineer it; looking at projects i didn't go back and re-work, there are tell-tail signs: both unnecessarily complicated class structures (complete with interfaces only ever implemented by one class) and methods that go on for pages, duplicating code found elsewhere and doing obviously stupid things to get around the limitations of whatever class it belongs to.

                    ---- Scripts i’ve known... CPhog 1.7.1.2 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.2 - printer-friendly forums Expand all 1.0 - Expand all messages In-place Delete 1.0 - AJAX-style post delete Syntax 0.1 - Syntax highlighting for code blocks in the forums

                    C Offline
                    C Offline
                    Christian Graus
                    wrote on last edited by
                    #34

                    Shog9 wrote:

                    You're probably better at it than me then.

                    It's probably more true that I find a groove quickly, so the first bit I write to throw away is pretty weak, then it comes together and I end up having to patch up the first bit. At least, that used to happen. Now I assume I'm keeping everything.

                    Shog9 wrote:

                    I'm pretty good at doing solid procedural code on the fly, but class hierarchies are something else

                    I tend to go for a walk, actually. I tend to get away from a PC for a half hour and think it through, so I know the class structure when I start coding. If you start coding without thinking about it, then yeah, I'd expect to have the same problem.

                    Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

                    1 Reply Last reply
                    0
                    • E El Corazon

                      brianwelsch wrote:

                      I find roughly mapping out the project is immensely helpful in getting a good understanding of it.

                      The same goes for writing in general. More than one writing workshop talks about writer's block, which is the brain's inability to cope with direction. you don't know where you're going so you have to wait for a random impulse to supply the direction? no... you draw it out, define it, expand it, until you have a good enough grasp on the concept, plot and characters to write, then writer's block is gone. Same goes for programming, when the project is well-defined it is much easier to write.

                      _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                      B Offline
                      B Offline
                      brianwelsch
                      wrote on last edited by
                      #35

                      Jeffry J. Brickley wrote:

                      Same goes for programming

                      True, writing software is remarkably similar to writing stories. Well, more correctly, I guess, designing software and designing a plot outline are remarkably similar.

                      BW


                      If you're not part of the solution, you're part of the precipitate.
                      -- Steven Wright

                      E 1 Reply Last reply
                      0
                      • W wout de zeeuw

                        I finished last project last week, and am supposed to get the next done really quick, but I have problems getting started. Usually a context switch does take its time for me, but there isn't much room for that right now. Last Saturday I decided to relax a bit and played tank ball[^] all day, in hopes of being refreshed afterwards. Unfortunately it only put my brain in a zombie state X| . Also it was terribly addictive, so I better stay far from that! Anybody got any tricks to get inspired really fast?

                        Wout

                        V Offline
                        V Offline
                        Varindir Rajesh Mahdihar
                        wrote on last edited by
                        #36

                        usually one of my girlfriends lying on her stomach does the trick quiet well.

                        J 1 Reply Last reply
                        0
                        • W wout de zeeuw

                          I finished last project last week, and am supposed to get the next done really quick, but I have problems getting started. Usually a context switch does take its time for me, but there isn't much room for that right now. Last Saturday I decided to relax a bit and played tank ball[^] all day, in hopes of being refreshed afterwards. Unfortunately it only put my brain in a zombie state X| . Also it was terribly addictive, so I better stay far from that! Anybody got any tricks to get inspired really fast?

                          Wout

                          M Offline
                          M Offline
                          Member 96
                          wrote on last edited by
                          #37

                          wout de zeeuw wrote:

                          Anybody got any tricks to get inspired really fast?

                          Seeing my visa balance always get's me inspired.

                          1 Reply Last reply
                          0
                          • C Christian Graus

                            The programmers friend.

                            Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

                            J Offline
                            J Offline
                            Jeremy Falcon
                            wrote on last edited by
                            #38

                            Christian Graus wrote:

                            The programmers friend.

                            :-D:laugh:

                            Jeremy Falcon

                            1 Reply Last reply
                            0
                            • B brianwelsch

                              Jeffry J. Brickley wrote:

                              Same goes for programming

                              True, writing software is remarkably similar to writing stories. Well, more correctly, I guess, designing software and designing a plot outline are remarkably similar.

                              BW


                              If you're not part of the solution, you're part of the precipitate.
                              -- Steven Wright

                              E Offline
                              E Offline
                              El Corazon
                              wrote on last edited by
                              #39

                              brianwelsch wrote:

                              Well, more correctly, I guess, designing software and designing a plot outline are remarkably similar.

                              true... in my software the guy never gets the girl... :^)

                              _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                              1 Reply Last reply
                              0
                              • V Varindir Rajesh Mahdihar

                                usually one of my girlfriends lying on her stomach does the trick quiet well.

                                J Offline
                                J Offline
                                Jeremy Falcon
                                wrote on last edited by
                                #40

                                Varindir Rajesh Mahdihar wrote:

                                usually one of my girlfriends lying on her stomach does the trick quiet well.

                                I don't think magazines count as real girlfriends.

                                Jeremy Falcon

                                1 Reply Last reply
                                0
                                • W wout de zeeuw

                                  I finished last project last week, and am supposed to get the next done really quick, but I have problems getting started. Usually a context switch does take its time for me, but there isn't much room for that right now. Last Saturday I decided to relax a bit and played tank ball[^] all day, in hopes of being refreshed afterwards. Unfortunately it only put my brain in a zombie state X| . Also it was terribly addictive, so I better stay far from that! Anybody got any tricks to get inspired really fast?

                                  Wout

                                  W Offline
                                  W Offline
                                  WillemM
                                  wrote on last edited by
                                  #41

                                  I usually get more energy from getting out after a project is done. Take a day or two and go to a park or something. At least try to get away from the working environment.

                                  WM.
                                  What about weapons of mass-construction?

                                  1 Reply Last reply
                                  0
                                  • W wout de zeeuw

                                    I finished last project last week, and am supposed to get the next done really quick, but I have problems getting started. Usually a context switch does take its time for me, but there isn't much room for that right now. Last Saturday I decided to relax a bit and played tank ball[^] all day, in hopes of being refreshed afterwards. Unfortunately it only put my brain in a zombie state X| . Also it was terribly addictive, so I better stay far from that! Anybody got any tricks to get inspired really fast?

                                    Wout

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

                                    Don't forget that your work is a form of self-expression. Buy a daily newspaper. Find the section on politics or business. Search for columns on people fighting for a cause. Read them. Zelv -- modified at 13:39 Tuesday 1st August, 2006

                                    1 Reply Last reply
                                    0
                                    • W wout de zeeuw

                                      I finished last project last week, and am supposed to get the next done really quick, but I have problems getting started. Usually a context switch does take its time for me, but there isn't much room for that right now. Last Saturday I decided to relax a bit and played tank ball[^] all day, in hopes of being refreshed afterwards. Unfortunately it only put my brain in a zombie state X| . Also it was terribly addictive, so I better stay far from that! Anybody got any tricks to get inspired really fast?

                                      Wout

                                      H Offline
                                      H Offline
                                      homegrown
                                      wrote on last edited by
                                      #43

                                      my strategy consists of: -starting out with trying to write some "fun" code; like a word counter of some sort of puzzle. if this fails: i know then i just don't want to code anything at all; otherwise it usually inspires something- so if fun code fails... i read a book: if this fails, i know i can't sit still sooo... i do some excercise: but if i just don't feel like it [gym, running or surfing]- i check my vital signs cos by this stage it must mean i'm sick :) or go grab a movie or retail therapy :D now these are great for *after* hours, but if it's office hours and there's no inspiration- i start volunteering for doing odd jobs around the office: clean up the cd, dvd, book library; help with testing/QA or do a coffee run for everyone at the office :)

                                      :: have the courage to use your own reason

                                      1 Reply Last reply
                                      0
                                      • W wout de zeeuw

                                        I finished last project last week, and am supposed to get the next done really quick, but I have problems getting started. Usually a context switch does take its time for me, but there isn't much room for that right now. Last Saturday I decided to relax a bit and played tank ball[^] all day, in hopes of being refreshed afterwards. Unfortunately it only put my brain in a zombie state X| . Also it was terribly addictive, so I better stay far from that! Anybody got any tricks to get inspired really fast?

                                        Wout

                                        X Offline
                                        X Offline
                                        Xaverian
                                        wrote on last edited by
                                        #44

                                        The best motivation for me is the fact that TIME seems to to fly by and I can get out of here quicker when I am actually doing something rather than just sitting trying to think of where to start ... - on the other hand - If its because you are just starting out on a new project, and if your company is like mine, where managment looks at requirements gathering as a waste of time, I grab a sheet of paper, model my potential classes using design patterns based off of the Gof4 (Gang of four), when I feel I have gone as far as I can there, then I open my editor and start to code ... my boss likes seeing my UML designs hanging in my cubicle, he thinks that they are cool ... ROFLMAO! On a side note: I could really use a copy of Visual Paradigm if anyone wants to send me a copy ... Cheers, Xaverian ------------------------- What we need is a patch for human stupidity!

                                        1 Reply Last reply
                                        0
                                        • W wout de zeeuw

                                          I finished last project last week, and am supposed to get the next done really quick, but I have problems getting started. Usually a context switch does take its time for me, but there isn't much room for that right now. Last Saturday I decided to relax a bit and played tank ball[^] all day, in hopes of being refreshed afterwards. Unfortunately it only put my brain in a zombie state X| . Also it was terribly addictive, so I better stay far from that! Anybody got any tricks to get inspired really fast?

                                          Wout

                                          D Offline
                                          D Offline
                                          derry755
                                          wrote on last edited by
                                          #45

                                          Some times, it's the same to me when I get losing my head after finishing something important. Actually speaking, it's hard to find the status you were.And at this point, I'll go and dip into some sport, football is my favourate. Catch some friends to go with you, and it'll make you more refreshed after a sweaty washing and a shower:-O -- modified at 20:54 Tuesday 1st August, 2006

                                          Doing is better than saying.

                                          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