Getting too absorbed in side projects
31–40 of 113 posts
Re: Getting too absorbed in side projects
#32Earlier quoted context omitted.
I feel like this is an excuse (sorry to be blunt). I’m a new parent and managed to build and release a side project in the first few weeks, as well as keep up with a bunch of other side projects. I’ve just had to adapt the way I work on them. Eg I’m spending significantly more time planning than before, I’m using tools that have been consistently applied to solve similar problems, I’m ruthlessly prioritising features…
You mean the first few months, before they learn to roll-over, are easy; you can just put them anywhere and they will stay there, mostly asleep? When they get older and start rolling around and walking, then the amount of time you have to be watching them increases dramatically. Especially when they go from 3-4 naps a day to 1 or 0. Let alone that sitting around programming all day is probably not what you should bec…
Re: Getting too absorbed in side projects
#33I'm too absorbed by parenting that I dream about side projects I will never do. Enjoy the free time
Enjoy the time with your children too. The memories you build with them today will last a lifetime, and will be much more valuable than any side project you're dreaming of
Re: Getting too absorbed in side projects
#34If you love hacking, nothing wrong with hacking from the time you wake up until the time you go to sleep.
Re: Getting too absorbed in side projects
#35What helps for me is having a set time when I always work on my projects. Which for me is an hour or two before work. This makes me feel less obligated to work on them after work. But if I choose to, that's ok too.
Re: Getting too absorbed in side projects
#36I'm too absorbed by parenting that I dream about side projects I will never do. Enjoy the free time
I feel like this is an excuse (sorry to be blunt). I’m a new parent and managed to build and release a side project in the first few weeks, as well as keep up with a bunch of other side projects. I’ve just had to adapt the way I work on them. Eg I’m spending significantly more time planning than before, I’m using tools that have been consistently applied to solve similar problems, I’m ruthlessly prioritising features…
Re: Getting too absorbed in side projects
#37My process repeated the same cycle: I come up with an idea for a side project, start working on it, get more and more involved with time, until a few months later I am completely burnt out. At that point I drop the project, take a few months break, rinse and repeat.
I'm glad to say that once you identify this pattern, you can start working on it and develop healthier habits. I'm also glad to see that I am not the only one who struggled with this. I wish more people, specifically young and enthusiastic programmers, read this article and learn from it.
Re: Getting too absorbed in side projects
#38Hire cleaners. Outsource laundry. Have food delivered. If you love hacking, nothing wrong with hacking from the time you wake up until the time you go to sleep.
Know any good services for that? I feel like this is always the hot, new startup idea that's gonna take over but they always fizzle out
Re: Getting too absorbed in side projects
#39Re: Getting too absorbed in side projects
#40The initial burst of inspiration is always exciting: you've got a novel idea, there are no restrictions, no deadlines, no requirements. You don't care about bugs or beauty, just about making things happen. You could even abandon the project and it wouldn't affect anyone.
But the last 20%… I usually struggle with that last sprint. You need to handle the boring aspects of the project only to make it solid enough to launch and "decent" enough to share. This happened with CSS Reference [1]: very excited at the start about the concept, but then I had to go through all CSS properties one by one, and it took a very long time.
My most successful side projects are actually the ones that were quick to start and quick to finish. I had the idea for a "Web Design in 4 minutes" tiny project once [2], and for a few days, I couldn't stop thinking about it. I managed to design and code it rather quickly (as a result, several bugs still exist, but at least it was launched).
In comparison, "JavaScript in 14 minutes" [3] took me months, and I was dreading not being able to finish it. It was in the end less successful.
[1]: https://cssreference.io/ [2]: https://jgthms.com/web-design-in-4-minutes/ [3]: https://jgthms.com/javascript-in-14-minutes/