TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you manage side projects?

16 点作者 juvoni大约 11 年前
I&#x27;m trying to find the right balance between development efforts for work and my own personal side projects.I was also inspired by John Resig&#x27;s blog about coding everyday. I feel if I had a more structured approach to going about side projects this would be easier to accomplish.<p>How do you go about planning and managing side projects and what tools do you use to maintain consistent development for side projects.<p>Any blogs or links to tools etc would be helpful.

3 条评论

trcollinson大约 11 年前
I am a consultant, and often have many projects or side projects going at all times, between client work, products I build and sell myself, and writing I do. I basically make private github repositories for myself. From there I make &quot;issues&quot; in github for the work I need to do. I ALWAYS make these tasks small. I have gotten to the point where I know about what I can get done in a half an hour chunk and I write these tasks as &quot;issues&quot; for myself whenever I get an idea. From there I simply &quot;resolve the issue&quot;.<p>As a more concrete example. I have a repo for writing 2500-5000 word research articles. I will come up with a topic and break it down into sub topics and create github issues for each. Then I check in my writing to resolve the issue. In other words, I will write enough for the subtopic and check it in and make the issue complete. Same plan works for client code or personal products I code. It&#x27;s easy, low overhead, and I always have things to do.<p>The only other thing I do is try to resolve as many issues as I can in a day. Sometimes personal projects take a back seat. But if you make your tasks about a half an hour each, you will find you get great momentum and you&#x27;ll have time for each project you&#x27;re working on.
rebelidealist大约 11 年前
Block the days off to focus immersively. Which means the days you are working on a side project, try not to think about your main project unless there is an emergency. More importantly, the days you are working on your bread and butter main project, limit your urge to hack or get distracted by your side projects.<p>Going on a trip in a new place to really push and finish a project can be fun. Bands do that when they are finishing an albums. They go to a place where they won&#x27;t be distracted by social pressures.
murtza大约 11 年前
Here&#x27;s a great HN post on the topic: <a href="https://news.ycombinator.com/item?id=6107815" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6107815</a><p>For motivation to keep moving forward, check out the projects on r&#x2F;SideProject: <a href="http://reddit.com/r/sideproject" rel="nofollow">http:&#x2F;&#x2F;reddit.com&#x2F;r&#x2F;sideproject</a>