Live data from Hacker News

Ask HN: How can I pick a side project and stick with it?

news.ycombinator.com

21–30 of 372 posts

Re: Ask HN: How can I pick a side project and stick with it?

#21
Make a list of things you want to do but don’t start it. Remove them when you lose interest. If anything stays it might be a goer. You will never have time to do everything.

Also, think about what you really want to achieve. When you think “I’ll make a roguelike in X!” do you actually want to make something you or other people want to play? Or do you really want to just have a cursory understanding of how a roguelike works? Or to get a slight familiarity with language X? Do the initial research without committing too much to it and see if you maintain interest.

Re: Ask HN: How can I pick a side project and stick with it?

#23
Maybe work on personal discipline, also I’ve noticed with myself that sometimes a lack of motivation can be confused with a lack of understanding. The more you practice your tools the longer you’ll go before you get badly blocked and give up, eventually you’ll have projects that you can hack on for years.

Here’s what worked for me:

1) pick a language (it doesn’t matter, C, python, ocaml) and just start writing small things in it. Do this so much that your inner monologue starts speaking the language, that you have an uncontrollable urge to sit down on Saturday and barf our thousands of lines of bad code in it the way you might write a rambling post on tumblr.

2) understand problem decomposition: practice OOP for the broader application (you don’t need an OO language just use it to break the problem down, write UML if it’s your first couple times) and FP for smaller problems.

3) practice discipline. Clean your room, do your laundry, make your bed, wake up at the same time every morning, go for a walk every day, keep a house plant alive. It’s almost unbelievable how much this discipline with small things can make you more focused and less compulsive.

Re: Ask HN: How can I pick a side project and stick with it?

#24
Focus on solving a problem. Find something you actually care about and need to make instead of something that you think sounds cool or that you think might make money. Let those things happen organically. If you actually solve a problem people will tell you that it's cool, and they might pay you for the solution.

Re: Ask HN: How can I pick a side project and stick with it?

#26
Definitely not an expert in this but I have found that the bigger the aim, greater the tendency to nope out of it (for me).

So one way of going around this is keeping short, simple, achievable-today goals.

Example Target: I need to develop a CMS.

New target: Need to create that one method which will do X and return boolean value.

Once that is done, on to next.

Re: Ask HN: How can I pick a side project and stick with it?

#28
I would suggest to make something over the weekend and set a 7-day deadline and come up with the basic version of the idea. Charge the user a fee, it can be anything.. just put a paywall.

- Release it on Product Hunt, corresponding Reddits, cold pitch people on Twitter

- Get a few paying customers

- Signup for IndieHackers and celebrate your small milestones.

- Continue the above steps until you get 100 customers

- Play with the different pricing plans

- Explore how to get a word out of your product.

Re: Ask HN: How can I pick a side project and stick with it?

#29
How do you approach planning the projects? Do you just sit and start coding? I can only guess what are the issues are with the information you provided, but I guess you discard your projects because you are not invested in them. People tend to stick to ideas they invested more time and effort.

I think you would attach more value to a project if you plan it first.

Use something to test your idea first. If by meaningful project you mean something that others can use and solve a real life problem, maybe take a look at The Startup Owner's Manual (https://www.goodreads.com/book/show/13557008-the-startup-own...).

If your idea withstand the first tests and you want to commit to it, describe in general lines what is to be done, describe some general, doable deadlines, maybe use a Kanban board. You should have at least an idea of the scope of the project before you start. Do not think about a finished, polished product. Think about something functional, that is shippable. You can polish it later.

Re: Ask HN: How can I pick a side project and stick with it?

#30
Since I haven’t seen this in the comments so far, I’ll suggest that you begin to reflect on what’s truly meaningful to you. It sounds like you’re able to have a lot of ideas that aren’t particularly meaningful, which are probably ideas you got from the values of your cultural environment. So try reflecting on the following prompts: what kinds of experiences do I want to help people have, that would be truly satisfying to see? What moves my heart and gives me energy to keep going?

With deeper meaning and purpose it will be natural to want to stick with something.

> Has anyone else experienced this, and, more importantly, found their way out?

I wrote a little bit about that in these two articles:

Why I Quit Tech and Became a Therapist: http://glench.com/WhyIQuitTechAndBecameATherapist/

Deep Listening at the Recurse Center: http://glench.com/DeepListeningAtTheRecurseCenter/

Post reply on HN