If it's necessary then motivation is irrelevant. You don't have to be motivated, you have to work. Your problem isn't motivation, it's not understanding that not all work is, or needs to be, pleasant, or intrinsically enjoyable. Look at what your goal is: if the result isn't motivating, then the unpleasant work isn't the issue, rather your goal.
Ask HN: How do you motivate yourself to keep working on a project?
51–60 of 180 posts
Re: Ask HN: How do you motivate yourself to keep working on a project?
#52Yes, been there. A few times. Payment processors are awful to work with... and it's sometimes tricky to test with. They really do make you question your desire to remain on this planet, let alone continue to work on it! I've found that more documentation they provide just adds to the confusion and contradictions. Sometimes contacting support helps... more often than not, they'll provide you with a key ingredient that…
Re: Ask HN: How do you motivate yourself to keep working on a project?
#53As far as personal experience - took me 6 years to launch with the bulk happening in 6 months where I've decided I WILL LAUNCH FFS. Billing is a PITA and am actually dealing with it at this exact moment. It's crap, always will be, but my motivation is that this is what will aid making money which will keep the project alive, so yeah, means to an end. Lastly, I will launch if it kills me - I'm still kicking but have probably spent way to much time and nerves on some stuff.
I guess take it as a challenge and look at it like this: Only the ones that go through it all get to the end, all others just abandon it and fail. Be the one that sees it through.
Re: Ask HN: How do you motivate yourself to keep working on a project?
#54Just throw it out there and see what happens - you don't even need the billing. Just give us all a guest pass for a month - you might be pleasantly surprised.
Re: Ask HN: How do you motivate yourself to keep working on a project?
#55Get married, buy a house, have kids. Then you know you have to finish your work because you are responsible for others.
Re: Ask HN: How do you motivate yourself to keep working on a project?
#56Make sure you are breaking up work into small releasable steps. You should get the "oooh ahh" feeling of tangible accomplishment at least a couple times a week.
Get users as quickly as possible. As soon as you have one real user, it suddenly feels like you're participating in the real world instead of working in a hole. Announce changes to your users; positive feedback from them is emotionally buoying, negative feedback is an opportunity to fix what you just broke.
Create a facebook group/mailing list/forum/whatever for your early adopters. The community will help motivate you.
Spend time refactoring. Whether or not the investment will pay back with more productivity is irrelevant; clean code improves your quality of life and makes you look forward to work and that alone makes it worthwhile.
Re: Ask HN: How do you motivate yourself to keep working on a project?
#57One day, you will be dead. Each year that passes after your death, fewer and fewer people will remember who you were, what you did or what your face looked like. Eventually, you'll be completely forgotten. Who cares if that side project you put out sucked or not. Might as well put it out there and see what people think. There's a good chance too that the project won't even be remembered even by the time you die. The…
Re: Ask HN: How do you motivate yourself to keep working on a project?
#58Re: Ask HN: How do you motivate yourself to keep working on a project?
#59Re: Ask HN: How do you motivate yourself to keep working on a project?
#60What I learned is that focusing on short term goals, is better than thinking or designing for the far future. I use gitlab, and its issue board helps me organize the tasks. When I don't feel like working, like when I'm tired from work, I still spend time looking at the task board. I reorder the tasks based on their impacts and based on their difficulty. So that I can interleave the hard and the easy ones, and make sure I can always finish some tasks within 2 hours each day.