You hint at one thing that can be a really good motivator: Having somebody who expects to see results. That's easy when you have customers or coworkers, not so easy on personal projects. But perhaps you have friends or acquaintances (PerlMonks?) who would be interested in what you are doing. If you tell an interested party "I'm going to implement feature Foo this week", I suspect you'll find yourself much more motivated to keep your commitment than you would without the external pressure.

One other thing I find useful when I'm feeling burnt out on coding is to work on other aspects of the project, particularly documentation and test cases. It may not be as exciting as coding itself, but it needs to get done, and I find that sometimes thinking about the project at that level actually does inspire me to get back into coding.

You could also try a change of scenery. Oddly enough, I sometimes find that the bustle of the local coffeehouses can induce me to be really productive, despite what would seem like a lot of distractions. Hiking in the mountains also does great things for clearing out the cobwebs. I've written about sources of inspiration previously in this node.


In reply to Re: I need some motivation by seattlejohn
in thread I need some motivation by joshua

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.