I think everyone runs into that every now and then, and I think that the best solution (for me at least) is to split the project into smaller tasks:

I am very exited about it at first: this is about the time where you can lay out the plan of the project at hand, see how you will be developing it and trim it down to very small tasks (i.e. have a user/group application much like the monastery trimmed to it's basic components: nodes/users/groups/privileges . and start by developing an engine that does only that.)

when you're tired, I will safely assume that you would have laid out a basic framework. then, each time you get motivated to work again, just work on the next "small task" in the queue and focus only at the task at hand, not worrying about the whole lotta work ahead; (i.e. group->Editors can edit nodes.)

my examples are stupid I know, but I think this can generalize to just about anything. The only difficult part is seeing ahead the structure that will keep things tied together as you develop more and more on the project.


He who asks will be a fool for five minutes, but he who doesn't ask will remain a fool for life.

Chady | http://chady.net/

In reply to Re: I need some motivation by Chady
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.