Ask HN: How do you motivate yourself to keep working on a project?
11–20 of 180 posts
Re: Ask HN: How do you motivate yourself to keep working on a project?
#12Payment 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 isn't even in the documentation!
(failing that, for 1.0 just go for a Paypal button)
Re: Ask HN: How do you motivate yourself to keep working on a project?
#13License the core to a saas company to pay per seat and let them handle billing. Personally, I like micro-rewards for getting little tasks done. Things like, spending some time on a side project after doing some house chores, or grabbing a brewski after doing taxes. Little things. It could help if it is compatible with your voice-in-head firmware.
Re: Ask HN: How do you motivate yourself to keep working on a project?
#14I went the hard route and integrated Stripe from the get go, but am now planning to move to Paddle as the amount of work I have to do to enter invoices into my accountants system each month isn't worth it for what I'm making right now.
Re: Ask HN: How do you motivate yourself to keep working on a project?
#15Is billing really important for your project? like can you release and iterate? The biggest mistake I did when I was working on a reasonably bigger project is that I wanted all modules to be in there to Go Live, to the point I ended up fixing browser related bugs before I ship assuming users will hate the product if I don't. I never ended up launching it and since then, I stuck to the real MVP, as in the smallest thi…
More in general, when you have a mountain that looks too high to conquer, set a partial goal that looks achievable and only focus on that one, without thinking about the end goal until you reach the partial one. This helps a lot in my experience.
Re: Ask HN: How do you motivate yourself to keep working on a project?
#16Is billing really important for your project? like can you release and iterate? The biggest mistake I did when I was working on a reasonably bigger project is that I wanted all modules to be in there to Go Live, to the point I ended up fixing browser related bugs before I ship assuming users will hate the product if I don't. I never ended up launching it and since then, I stuck to the real MVP, as in the smallest thi…
Re: Ask HN: How do you motivate yourself to keep working on a project?
#17I set daily goals at the start of the day, really small ones and then by the end of the day, I complete at least one of those goals and then that's it. It might take 20 minutes to an hour to add a bit of code that will go into the final feature.
Then I mark that I did that task and keep track of my "streak".
That's the thing that keeps me going. My streak is 13 days now, since the beginning of the year on my current project. I'm not going to break it now. It's less about the project and more about the streak.
Re: Ask HN: How do you motivate yourself to keep working on a project?
#18Is billing really important for your project? like can you release and iterate? The biggest mistake I did when I was working on a reasonably bigger project is that I wanted all modules to be in there to Go Live, to the point I ended up fixing browser related bugs before I ship assuming users will hate the product if I don't. I never ended up launching it and since then, I stuck to the real MVP, as in the smallest thi…
Bill manually for the first few customers.
Re: Ask HN: How do you motivate yourself to keep working on a project?
#19If you want it badly enough then just force it. The rewrite should only happen once.